| Name | Type | Description | Notes |
|---|---|---|---|
| NeedConfirmation | Pointer to NullableBool | [optional] |
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
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
func (o *GetUserInfoResponseEmailConfirmationState) GetNeedConfirmation() bool
GetNeedConfirmation returns the NeedConfirmation field if non-nil, zero value otherwise.
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.
func (o *GetUserInfoResponseEmailConfirmationState) SetNeedConfirmation(v bool)
SetNeedConfirmation sets NeedConfirmation field to given value.
func (o *GetUserInfoResponseEmailConfirmationState) HasNeedConfirmation() bool
HasNeedConfirmation returns a boolean if a field has been set.
func (o *GetUserInfoResponseEmailConfirmationState) SetNeedConfirmationNil(b bool)
SetNeedConfirmationNil sets the value for NeedConfirmation to be an explicit nil
func (o *GetUserInfoResponseEmailConfirmationState) UnsetNeedConfirmation()
UnsetNeedConfirmation ensures that no value is present for NeedConfirmation, not even an explicit nil