| 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] |
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
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
func (o *QuoteRequestPoliciesInnerGa) GetUniqueId() string
GetUniqueId returns the UniqueId field if non-nil, zero value otherwise.
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.
func (o *QuoteRequestPoliciesInnerGa) SetUniqueId(v string)
SetUniqueId sets UniqueId field to given value.
func (o *QuoteRequestPoliciesInnerGa) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *QuoteRequestPoliciesInnerGa) SetName(v string)
SetName sets Name field to given value.
func (o *QuoteRequestPoliciesInnerGa) HasName() bool
HasName returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInnerGa) GetCareOf() string
GetCareOf returns the CareOf field if non-nil, zero value otherwise.
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.
func (o *QuoteRequestPoliciesInnerGa) SetCareOf(v string)
SetCareOf sets CareOf field to given value.
func (o *QuoteRequestPoliciesInnerGa) HasCareOf() bool
HasCareOf returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInnerGa) GetIsValidationRequired() bool
GetIsValidationRequired returns the IsValidationRequired field if non-nil, zero value otherwise.
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.
func (o *QuoteRequestPoliciesInnerGa) SetIsValidationRequired(v bool)
SetIsValidationRequired sets IsValidationRequired field to given value.
func (o *QuoteRequestPoliciesInnerGa) HasIsValidationRequired() bool
HasIsValidationRequired returns a boolean if a field has been set.
func (o *QuoteRequestPoliciesInnerGa) GetAddress() QuoteRequestPoliciesInnerGaAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *QuoteRequestPoliciesInnerGa) SetAddress(v QuoteRequestPoliciesInnerGaAddress)
SetAddress sets Address field to given value.
func (o *QuoteRequestPoliciesInnerGa) HasAddress() bool
HasAddress returns a boolean if a field has been set.