Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
IsAdmin | Pointer to bool | [optional] | |
Provider | Pointer to NullableString | [optional] | |
RefereshToken | Pointer to NullableString | [optional] | |
AccessToken | Pointer to NullableString | [optional] | |
T | string |
func NewCreateIfNotExistInternalVM(t string, ) *CreateIfNotExistInternalVM
NewCreateIfNotExistInternalVM instantiates a new CreateIfNotExistInternalVM 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 NewCreateIfNotExistInternalVMWithDefaults() *CreateIfNotExistInternalVM
NewCreateIfNotExistInternalVMWithDefaults instantiates a new CreateIfNotExistInternalVM 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 *CreateIfNotExistInternalVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreateIfNotExistInternalVM) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIfNotExistInternalVM) SetId(v string)
SetId sets Id field to given value.
func (o *CreateIfNotExistInternalVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CreateIfNotExistInternalVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *CreateIfNotExistInternalVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *CreateIfNotExistInternalVM) GetIsAdmin() bool
GetIsAdmin returns the IsAdmin field if non-nil, zero value otherwise.
func (o *CreateIfNotExistInternalVM) GetIsAdminOk() (*bool, bool)
GetIsAdminOk returns a tuple with the IsAdmin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIfNotExistInternalVM) SetIsAdmin(v bool)
SetIsAdmin sets IsAdmin field to given value.
func (o *CreateIfNotExistInternalVM) HasIsAdmin() bool
HasIsAdmin returns a boolean if a field has been set.
func (o *CreateIfNotExistInternalVM) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *CreateIfNotExistInternalVM) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIfNotExistInternalVM) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *CreateIfNotExistInternalVM) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *CreateIfNotExistInternalVM) SetProviderNil(b bool)
SetProviderNil sets the value for Provider to be an explicit nil
func (o *CreateIfNotExistInternalVM) UnsetProvider()
UnsetProvider ensures that no value is present for Provider, not even an explicit nil
func (o *CreateIfNotExistInternalVM) GetRefereshToken() string
GetRefereshToken returns the RefereshToken field if non-nil, zero value otherwise.
func (o *CreateIfNotExistInternalVM) GetRefereshTokenOk() (*string, bool)
GetRefereshTokenOk returns a tuple with the RefereshToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIfNotExistInternalVM) SetRefereshToken(v string)
SetRefereshToken sets RefereshToken field to given value.
func (o *CreateIfNotExistInternalVM) HasRefereshToken() bool
HasRefereshToken returns a boolean if a field has been set.
func (o *CreateIfNotExistInternalVM) SetRefereshTokenNil(b bool)
SetRefereshTokenNil sets the value for RefereshToken to be an explicit nil
func (o *CreateIfNotExistInternalVM) UnsetRefereshToken()
UnsetRefereshToken ensures that no value is present for RefereshToken, not even an explicit nil
func (o *CreateIfNotExistInternalVM) GetAccessToken() string
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
func (o *CreateIfNotExistInternalVM) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIfNotExistInternalVM) SetAccessToken(v string)
SetAccessToken sets AccessToken field to given value.
func (o *CreateIfNotExistInternalVM) HasAccessToken() bool
HasAccessToken returns a boolean if a field has been set.
func (o *CreateIfNotExistInternalVM) SetAccessTokenNil(b bool)
SetAccessTokenNil sets the value for AccessToken to be an explicit nil
func (o *CreateIfNotExistInternalVM) UnsetAccessToken()
UnsetAccessToken ensures that no value is present for AccessToken, not even an explicit nil
func (o *CreateIfNotExistInternalVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *CreateIfNotExistInternalVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateIfNotExistInternalVM) SetT(v string)
SetT sets T field to given value.