Skip to content

Latest commit

 

History

History
221 lines (122 loc) · 6.21 KB

CreateIfNotExistInternalVM.md

File metadata and controls

221 lines (122 loc) · 6.21 KB

CreateIfNotExistInternalVM

Properties

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

Methods

NewCreateIfNotExistInternalVM

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

NewCreateIfNotExistInternalVMWithDefaults

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

GetId

func (o *CreateIfNotExistInternalVM) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *CreateIfNotExistInternalVM) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CreateIfNotExistInternalVM) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *CreateIfNotExistInternalVM) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *CreateIfNotExistInternalVM) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetIsAdmin

func (o *CreateIfNotExistInternalVM) GetIsAdmin() bool

GetIsAdmin returns the IsAdmin field if non-nil, zero value otherwise.

GetIsAdminOk

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.

SetIsAdmin

func (o *CreateIfNotExistInternalVM) SetIsAdmin(v bool)

SetIsAdmin sets IsAdmin field to given value.

HasIsAdmin

func (o *CreateIfNotExistInternalVM) HasIsAdmin() bool

HasIsAdmin returns a boolean if a field has been set.

GetProvider

func (o *CreateIfNotExistInternalVM) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

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.

SetProvider

func (o *CreateIfNotExistInternalVM) SetProvider(v string)

SetProvider sets Provider field to given value.

HasProvider

func (o *CreateIfNotExistInternalVM) HasProvider() bool

HasProvider returns a boolean if a field has been set.

SetProviderNil

func (o *CreateIfNotExistInternalVM) SetProviderNil(b bool)

SetProviderNil sets the value for Provider to be an explicit nil

UnsetProvider

func (o *CreateIfNotExistInternalVM) UnsetProvider()

UnsetProvider ensures that no value is present for Provider, not even an explicit nil

GetRefereshToken

func (o *CreateIfNotExistInternalVM) GetRefereshToken() string

GetRefereshToken returns the RefereshToken field if non-nil, zero value otherwise.

GetRefereshTokenOk

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.

SetRefereshToken

func (o *CreateIfNotExistInternalVM) SetRefereshToken(v string)

SetRefereshToken sets RefereshToken field to given value.

HasRefereshToken

func (o *CreateIfNotExistInternalVM) HasRefereshToken() bool

HasRefereshToken returns a boolean if a field has been set.

SetRefereshTokenNil

func (o *CreateIfNotExistInternalVM) SetRefereshTokenNil(b bool)

SetRefereshTokenNil sets the value for RefereshToken to be an explicit nil

UnsetRefereshToken

func (o *CreateIfNotExistInternalVM) UnsetRefereshToken()

UnsetRefereshToken ensures that no value is present for RefereshToken, not even an explicit nil

GetAccessToken

func (o *CreateIfNotExistInternalVM) GetAccessToken() string

GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.

GetAccessTokenOk

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.

SetAccessToken

func (o *CreateIfNotExistInternalVM) SetAccessToken(v string)

SetAccessToken sets AccessToken field to given value.

HasAccessToken

func (o *CreateIfNotExistInternalVM) HasAccessToken() bool

HasAccessToken returns a boolean if a field has been set.

SetAccessTokenNil

func (o *CreateIfNotExistInternalVM) SetAccessTokenNil(b bool)

SetAccessTokenNil sets the value for AccessToken to be an explicit nil

UnsetAccessToken

func (o *CreateIfNotExistInternalVM) UnsetAccessToken()

UnsetAccessToken ensures that no value is present for AccessToken, not even an explicit nil

GetT

func (o *CreateIfNotExistInternalVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

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.

SetT

func (o *CreateIfNotExistInternalVM) SetT(v string)

SetT sets T field to given value.

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