Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.49 KB

File metadata and controls

186 lines (101 loc) · 4.49 KB

Instances

Properties

Name Type Description Notes
Count Pointer to int32 [optional]
Instances Pointer to []InstanceFields [optional]
Message Pointer to string [optional]
Page Pointer to int32 [optional]
PageSize Pointer to int32 [optional]
Status Pointer to bool [optional]

Methods

NewInstances

func NewInstances() *Instances

NewInstances instantiates a new Instances 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

NewInstancesWithDefaults

func NewInstancesWithDefaults() *Instances

NewInstancesWithDefaults instantiates a new Instances 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

GetCount

func (o *Instances) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *Instances) GetCountOk() (*int32, bool)

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

SetCount

func (o *Instances) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *Instances) HasCount() bool

HasCount returns a boolean if a field has been set.

GetInstances

func (o *Instances) GetInstances() []InstanceFields

GetInstances returns the Instances field if non-nil, zero value otherwise.

GetInstancesOk

func (o *Instances) GetInstancesOk() (*[]InstanceFields, bool)

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

SetInstances

func (o *Instances) SetInstances(v []InstanceFields)

SetInstances sets Instances field to given value.

HasInstances

func (o *Instances) HasInstances() bool

HasInstances returns a boolean if a field has been set.

GetMessage

func (o *Instances) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *Instances) GetMessageOk() (*string, bool)

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

SetMessage

func (o *Instances) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *Instances) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetPage

func (o *Instances) GetPage() int32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *Instances) GetPageOk() (*int32, bool)

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

SetPage

func (o *Instances) SetPage(v int32)

SetPage sets Page field to given value.

HasPage

func (o *Instances) HasPage() bool

HasPage returns a boolean if a field has been set.

GetPageSize

func (o *Instances) GetPageSize() int32

GetPageSize returns the PageSize field if non-nil, zero value otherwise.

GetPageSizeOk

func (o *Instances) GetPageSizeOk() (*int32, bool)

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

SetPageSize

func (o *Instances) SetPageSize(v int32)

SetPageSize sets PageSize field to given value.

HasPageSize

func (o *Instances) HasPageSize() bool

HasPageSize returns a boolean if a field has been set.

GetStatus

func (o *Instances) GetStatus() bool

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *Instances) GetStatusOk() (*bool, bool)

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

SetStatus

func (o *Instances) SetStatus(v bool)

SetStatus sets Status field to given value.

HasStatus

func (o *Instances) HasStatus() bool

HasStatus returns a boolean if a field has been set.

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