| Name | Type | Description | Notes |
|---|---|---|---|
| Data | Pointer to User | [optional] | |
| Info | Pointer to NullableGetUserInfoResponseInfo | [optional] | |
| EmailConfirmationState | Pointer to NullableGetUserInfoResponseEmailConfirmationState | [optional] |
func NewGetUserInfoResponse() *GetUserInfoResponse
NewGetUserInfoResponse instantiates a new GetUserInfoResponse 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 NewGetUserInfoResponseWithDefaults() *GetUserInfoResponse
NewGetUserInfoResponseWithDefaults instantiates a new GetUserInfoResponse 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 *GetUserInfoResponse) GetData() User
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetUserInfoResponse) GetDataOk() (*User, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserInfoResponse) SetData(v User)
SetData sets Data field to given value.
func (o *GetUserInfoResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *GetUserInfoResponse) GetInfo() GetUserInfoResponseInfo
GetInfo returns the Info field if non-nil, zero value otherwise.
func (o *GetUserInfoResponse) GetInfoOk() (*GetUserInfoResponseInfo, bool)
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserInfoResponse) SetInfo(v GetUserInfoResponseInfo)
SetInfo sets Info field to given value.
func (o *GetUserInfoResponse) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (o *GetUserInfoResponse) SetInfoNil(b bool)
SetInfoNil sets the value for Info to be an explicit nil
func (o *GetUserInfoResponse) UnsetInfo()
UnsetInfo ensures that no value is present for Info, not even an explicit nil
func (o *GetUserInfoResponse) GetEmailConfirmationState() GetUserInfoResponseEmailConfirmationState
GetEmailConfirmationState returns the EmailConfirmationState field if non-nil, zero value otherwise.
func (o *GetUserInfoResponse) GetEmailConfirmationStateOk() (*GetUserInfoResponseEmailConfirmationState, bool)
GetEmailConfirmationStateOk returns a tuple with the EmailConfirmationState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetUserInfoResponse) SetEmailConfirmationState(v GetUserInfoResponseEmailConfirmationState)
SetEmailConfirmationState sets EmailConfirmationState field to given value.
func (o *GetUserInfoResponse) HasEmailConfirmationState() bool
HasEmailConfirmationState returns a boolean if a field has been set.
func (o *GetUserInfoResponse) SetEmailConfirmationStateNil(b bool)
SetEmailConfirmationStateNil sets the value for EmailConfirmationState to be an explicit nil
func (o *GetUserInfoResponse) UnsetEmailConfirmationState()
UnsetEmailConfirmationState ensures that no value is present for EmailConfirmationState, not even an explicit nil