Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 4.6 KB

File metadata and controls

155 lines (84 loc) · 4.6 KB

QuoteRequestPoliciesInnerGa

Properties

Name Type Description Notes
UniqueId string
Name Pointer to string [optional]
CareOf Pointer to string [optional]
IsValidationRequired Pointer to bool [optional]
Address Pointer to QuoteRequestPoliciesInnerGaAddress [optional]

Methods

NewQuoteRequestPoliciesInnerGa

func NewQuoteRequestPoliciesInnerGa(uniqueId string, ) *QuoteRequestPoliciesInnerGa

NewQuoteRequestPoliciesInnerGa instantiates a new QuoteRequestPoliciesInnerGa object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewQuoteRequestPoliciesInnerGaWithDefaults

func NewQuoteRequestPoliciesInnerGaWithDefaults() *QuoteRequestPoliciesInnerGa

NewQuoteRequestPoliciesInnerGaWithDefaults instantiates a new QuoteRequestPoliciesInnerGa object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetUniqueId

func (o *QuoteRequestPoliciesInnerGa) GetUniqueId() string

GetUniqueId returns the UniqueId field if non-nil, zero value otherwise.

GetUniqueIdOk

func (o *QuoteRequestPoliciesInnerGa) GetUniqueIdOk() (*string, bool)

GetUniqueIdOk returns a tuple with the UniqueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUniqueId

func (o *QuoteRequestPoliciesInnerGa) SetUniqueId(v string)

SetUniqueId sets UniqueId field to given value.

GetName

func (o *QuoteRequestPoliciesInnerGa) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *QuoteRequestPoliciesInnerGa) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *QuoteRequestPoliciesInnerGa) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *QuoteRequestPoliciesInnerGa) HasName() bool

HasName returns a boolean if a field has been set.

GetCareOf

func (o *QuoteRequestPoliciesInnerGa) GetCareOf() string

GetCareOf returns the CareOf field if non-nil, zero value otherwise.

GetCareOfOk

func (o *QuoteRequestPoliciesInnerGa) GetCareOfOk() (*string, bool)

GetCareOfOk returns a tuple with the CareOf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCareOf

func (o *QuoteRequestPoliciesInnerGa) SetCareOf(v string)

SetCareOf sets CareOf field to given value.

HasCareOf

func (o *QuoteRequestPoliciesInnerGa) HasCareOf() bool

HasCareOf returns a boolean if a field has been set.

GetIsValidationRequired

func (o *QuoteRequestPoliciesInnerGa) GetIsValidationRequired() bool

GetIsValidationRequired returns the IsValidationRequired field if non-nil, zero value otherwise.

GetIsValidationRequiredOk

func (o *QuoteRequestPoliciesInnerGa) GetIsValidationRequiredOk() (*bool, bool)

GetIsValidationRequiredOk returns a tuple with the IsValidationRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIsValidationRequired

func (o *QuoteRequestPoliciesInnerGa) SetIsValidationRequired(v bool)

SetIsValidationRequired sets IsValidationRequired field to given value.

HasIsValidationRequired

func (o *QuoteRequestPoliciesInnerGa) HasIsValidationRequired() bool

HasIsValidationRequired returns a boolean if a field has been set.

GetAddress

func (o *QuoteRequestPoliciesInnerGa) GetAddress() QuoteRequestPoliciesInnerGaAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *QuoteRequestPoliciesInnerGa) GetAddressOk() (*QuoteRequestPoliciesInnerGaAddress, bool)

GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAddress

func (o *QuoteRequestPoliciesInnerGa) SetAddress(v QuoteRequestPoliciesInnerGaAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *QuoteRequestPoliciesInnerGa) HasAddress() bool

HasAddress returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]