Name | Type | Description | Notes |
---|---|---|---|
NeedMarketingConsentsConfirmation | Pointer to NullableBool | [optional] | |
NeedPasswordChange | Pointer to NullableBool | [optional] | |
NeedTermsOfServiceConfirmation | Pointer to NullableBool | [optional] |
func NewGetUserInfoResponseInfo() *GetUserInfoResponseInfo
NewGetUserInfoResponseInfo instantiates a new GetUserInfoResponseInfo 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 NewGetUserInfoResponseInfoWithDefaults() *GetUserInfoResponseInfo
NewGetUserInfoResponseInfoWithDefaults instantiates a new GetUserInfoResponseInfo 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 *GetUserInfoResponseInfo) GetNeedMarketingConsentsConfirmation() bool
GetNeedMarketingConsentsConfirmation returns the NeedMarketingConsentsConfirmation field if non-nil, zero value otherwise.
func (o *GetUserInfoResponseInfo) GetNeedMarketingConsentsConfirmationOk() (*bool, bool)
GetNeedMarketingConsentsConfirmationOk returns a tuple with the NeedMarketingConsentsConfirmation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserInfoResponseInfo) SetNeedMarketingConsentsConfirmation(v bool)
SetNeedMarketingConsentsConfirmation sets NeedMarketingConsentsConfirmation field to given value.
func (o *GetUserInfoResponseInfo) HasNeedMarketingConsentsConfirmation() bool
HasNeedMarketingConsentsConfirmation returns a boolean if a field has been set.
func (o *GetUserInfoResponseInfo) SetNeedMarketingConsentsConfirmationNil(b bool)
SetNeedMarketingConsentsConfirmationNil sets the value for NeedMarketingConsentsConfirmation to be an explicit nil
func (o *GetUserInfoResponseInfo) UnsetNeedMarketingConsentsConfirmation()
UnsetNeedMarketingConsentsConfirmation ensures that no value is present for NeedMarketingConsentsConfirmation, not even an explicit nil
func (o *GetUserInfoResponseInfo) GetNeedPasswordChange() bool
GetNeedPasswordChange returns the NeedPasswordChange field if non-nil, zero value otherwise.
func (o *GetUserInfoResponseInfo) GetNeedPasswordChangeOk() (*bool, bool)
GetNeedPasswordChangeOk returns a tuple with the NeedPasswordChange field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserInfoResponseInfo) SetNeedPasswordChange(v bool)
SetNeedPasswordChange sets NeedPasswordChange field to given value.
func (o *GetUserInfoResponseInfo) HasNeedPasswordChange() bool
HasNeedPasswordChange returns a boolean if a field has been set.
func (o *GetUserInfoResponseInfo) SetNeedPasswordChangeNil(b bool)
SetNeedPasswordChangeNil sets the value for NeedPasswordChange to be an explicit nil
func (o *GetUserInfoResponseInfo) UnsetNeedPasswordChange()
UnsetNeedPasswordChange ensures that no value is present for NeedPasswordChange, not even an explicit nil
func (o *GetUserInfoResponseInfo) GetNeedTermsOfServiceConfirmation() bool
GetNeedTermsOfServiceConfirmation returns the NeedTermsOfServiceConfirmation field if non-nil, zero value otherwise.
func (o *GetUserInfoResponseInfo) GetNeedTermsOfServiceConfirmationOk() (*bool, bool)
GetNeedTermsOfServiceConfirmationOk returns a tuple with the NeedTermsOfServiceConfirmation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserInfoResponseInfo) SetNeedTermsOfServiceConfirmation(v bool)
SetNeedTermsOfServiceConfirmation sets NeedTermsOfServiceConfirmation field to given value.
func (o *GetUserInfoResponseInfo) HasNeedTermsOfServiceConfirmation() bool
HasNeedTermsOfServiceConfirmation returns a boolean if a field has been set.
func (o *GetUserInfoResponseInfo) SetNeedTermsOfServiceConfirmationNil(b bool)
SetNeedTermsOfServiceConfirmationNil sets the value for NeedTermsOfServiceConfirmation to be an explicit nil
func (o *GetUserInfoResponseInfo) UnsetNeedTermsOfServiceConfirmation()
UnsetNeedTermsOfServiceConfirmation ensures that no value is present for NeedTermsOfServiceConfirmation, not even an explicit nil