Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 5.28 KB

GetUserInfoResponseInfo.md

File metadata and controls

138 lines (77 loc) · 5.28 KB

GetUserInfoResponseInfo

Properties

Name Type Description Notes
NeedMarketingConsentsConfirmation Pointer to NullableBool [optional]
NeedPasswordChange Pointer to NullableBool [optional]
NeedTermsOfServiceConfirmation Pointer to NullableBool [optional]

Methods

NewGetUserInfoResponseInfo

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

NewGetUserInfoResponseInfoWithDefaults

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

GetNeedMarketingConsentsConfirmation

func (o *GetUserInfoResponseInfo) GetNeedMarketingConsentsConfirmation() bool

GetNeedMarketingConsentsConfirmation returns the NeedMarketingConsentsConfirmation field if non-nil, zero value otherwise.

GetNeedMarketingConsentsConfirmationOk

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.

SetNeedMarketingConsentsConfirmation

func (o *GetUserInfoResponseInfo) SetNeedMarketingConsentsConfirmation(v bool)

SetNeedMarketingConsentsConfirmation sets NeedMarketingConsentsConfirmation field to given value.

HasNeedMarketingConsentsConfirmation

func (o *GetUserInfoResponseInfo) HasNeedMarketingConsentsConfirmation() bool

HasNeedMarketingConsentsConfirmation returns a boolean if a field has been set.

SetNeedMarketingConsentsConfirmationNil

func (o *GetUserInfoResponseInfo) SetNeedMarketingConsentsConfirmationNil(b bool)

SetNeedMarketingConsentsConfirmationNil sets the value for NeedMarketingConsentsConfirmation to be an explicit nil

UnsetNeedMarketingConsentsConfirmation

func (o *GetUserInfoResponseInfo) UnsetNeedMarketingConsentsConfirmation()

UnsetNeedMarketingConsentsConfirmation ensures that no value is present for NeedMarketingConsentsConfirmation, not even an explicit nil

GetNeedPasswordChange

func (o *GetUserInfoResponseInfo) GetNeedPasswordChange() bool

GetNeedPasswordChange returns the NeedPasswordChange field if non-nil, zero value otherwise.

GetNeedPasswordChangeOk

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.

SetNeedPasswordChange

func (o *GetUserInfoResponseInfo) SetNeedPasswordChange(v bool)

SetNeedPasswordChange sets NeedPasswordChange field to given value.

HasNeedPasswordChange

func (o *GetUserInfoResponseInfo) HasNeedPasswordChange() bool

HasNeedPasswordChange returns a boolean if a field has been set.

SetNeedPasswordChangeNil

func (o *GetUserInfoResponseInfo) SetNeedPasswordChangeNil(b bool)

SetNeedPasswordChangeNil sets the value for NeedPasswordChange to be an explicit nil

UnsetNeedPasswordChange

func (o *GetUserInfoResponseInfo) UnsetNeedPasswordChange()

UnsetNeedPasswordChange ensures that no value is present for NeedPasswordChange, not even an explicit nil

GetNeedTermsOfServiceConfirmation

func (o *GetUserInfoResponseInfo) GetNeedTermsOfServiceConfirmation() bool

GetNeedTermsOfServiceConfirmation returns the NeedTermsOfServiceConfirmation field if non-nil, zero value otherwise.

GetNeedTermsOfServiceConfirmationOk

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.

SetNeedTermsOfServiceConfirmation

func (o *GetUserInfoResponseInfo) SetNeedTermsOfServiceConfirmation(v bool)

SetNeedTermsOfServiceConfirmation sets NeedTermsOfServiceConfirmation field to given value.

HasNeedTermsOfServiceConfirmation

func (o *GetUserInfoResponseInfo) HasNeedTermsOfServiceConfirmation() bool

HasNeedTermsOfServiceConfirmation returns a boolean if a field has been set.

SetNeedTermsOfServiceConfirmationNil

func (o *GetUserInfoResponseInfo) SetNeedTermsOfServiceConfirmationNil(b bool)

SetNeedTermsOfServiceConfirmationNil sets the value for NeedTermsOfServiceConfirmation to be an explicit nil

UnsetNeedTermsOfServiceConfirmation

func (o *GetUserInfoResponseInfo) UnsetNeedTermsOfServiceConfirmation()

UnsetNeedTermsOfServiceConfirmation ensures that no value is present for NeedTermsOfServiceConfirmation, not even an explicit nil

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