Name | Type | Description | Notes |
---|---|---|---|
InstanceKey | Pointer to string | Instance key | [optional] |
InstanceName | Pointer to string | Instance name | [optional] |
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
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
func (o *UserInstance) GetInstanceKey() string
GetInstanceKey returns the InstanceKey field if non-nil, zero value otherwise.
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.
func (o *UserInstance) SetInstanceKey(v string)
SetInstanceKey sets InstanceKey field to given value.
func (o *UserInstance) HasInstanceKey() bool
HasInstanceKey returns a boolean if a field has been set.
func (o *UserInstance) GetInstanceName() string
GetInstanceName returns the InstanceName field if non-nil, zero value otherwise.
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.
func (o *UserInstance) SetInstanceName(v string)
SetInstanceName sets InstanceName field to given value.
func (o *UserInstance) HasInstanceName() bool
HasInstanceName returns a boolean if a field has been set.