Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.31 KB

UserInstance.md

File metadata and controls

82 lines (45 loc) · 2.31 KB

UserInstance

Properties

Name Type Description Notes
InstanceKey Pointer to string Instance key [optional]
InstanceName Pointer to string Instance name [optional]

Methods

NewUserInstance

func NewUserInstance() *UserInstance

NewUserInstance instantiates a new UserInstance 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

NewUserInstanceWithDefaults

func NewUserInstanceWithDefaults() *UserInstance

NewUserInstanceWithDefaults instantiates a new UserInstance 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

GetInstanceKey

func (o *UserInstance) GetInstanceKey() string

GetInstanceKey returns the InstanceKey field if non-nil, zero value otherwise.

GetInstanceKeyOk

func (o *UserInstance) GetInstanceKeyOk() (*string, bool)

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

SetInstanceKey

func (o *UserInstance) SetInstanceKey(v string)

SetInstanceKey sets InstanceKey field to given value.

HasInstanceKey

func (o *UserInstance) HasInstanceKey() bool

HasInstanceKey returns a boolean if a field has been set.

GetInstanceName

func (o *UserInstance) GetInstanceName() string

GetInstanceName returns the InstanceName field if non-nil, zero value otherwise.

GetInstanceNameOk

func (o *UserInstance) GetInstanceNameOk() (*string, bool)

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

SetInstanceName

func (o *UserInstance) SetInstanceName(v string)

SetInstanceName sets InstanceName field to given value.

HasInstanceName

func (o *UserInstance) HasInstanceName() bool

HasInstanceName returns a boolean if a field has been set.

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