Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.49 KB

File metadata and controls

66 lines (37 loc) · 2.49 KB

GetUserInfoResponseEmailConfirmationState

Properties

Name Type Description Notes
NeedConfirmation Pointer to NullableBool [optional]

Methods

NewGetUserInfoResponseEmailConfirmationState

func NewGetUserInfoResponseEmailConfirmationState() *GetUserInfoResponseEmailConfirmationState

NewGetUserInfoResponseEmailConfirmationState instantiates a new GetUserInfoResponseEmailConfirmationState 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

NewGetUserInfoResponseEmailConfirmationStateWithDefaults

func NewGetUserInfoResponseEmailConfirmationStateWithDefaults() *GetUserInfoResponseEmailConfirmationState

NewGetUserInfoResponseEmailConfirmationStateWithDefaults instantiates a new GetUserInfoResponseEmailConfirmationState 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

GetNeedConfirmation

func (o *GetUserInfoResponseEmailConfirmationState) GetNeedConfirmation() bool

GetNeedConfirmation returns the NeedConfirmation field if non-nil, zero value otherwise.

GetNeedConfirmationOk

func (o *GetUserInfoResponseEmailConfirmationState) GetNeedConfirmationOk() (*bool, bool)

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

SetNeedConfirmation

func (o *GetUserInfoResponseEmailConfirmationState) SetNeedConfirmation(v bool)

SetNeedConfirmation sets NeedConfirmation field to given value.

HasNeedConfirmation

func (o *GetUserInfoResponseEmailConfirmationState) HasNeedConfirmation() bool

HasNeedConfirmation returns a boolean if a field has been set.

SetNeedConfirmationNil

func (o *GetUserInfoResponseEmailConfirmationState) SetNeedConfirmationNil(b bool)

SetNeedConfirmationNil sets the value for NeedConfirmation to be an explicit nil

UnsetNeedConfirmation

func (o *GetUserInfoResponseEmailConfirmationState) UnsetNeedConfirmation()

UnsetNeedConfirmation ensures that no value is present for NeedConfirmation, not even an explicit nil

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