| 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] |
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
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
func (o *Instances) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *Instances) SetCount(v int32)
SetCount sets Count field to given value.
func (o *Instances) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *Instances) GetInstances() []InstanceFields
GetInstances returns the Instances field if non-nil, zero value otherwise.
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.
func (o *Instances) SetInstances(v []InstanceFields)
SetInstances sets Instances field to given value.
func (o *Instances) HasInstances() bool
HasInstances returns a boolean if a field has been set.
func (o *Instances) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *Instances) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *Instances) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *Instances) GetPage() int32
GetPage returns the Page field if non-nil, zero value otherwise.
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.
func (o *Instances) SetPage(v int32)
SetPage sets Page field to given value.
func (o *Instances) HasPage() bool
HasPage returns a boolean if a field has been set.
func (o *Instances) GetPageSize() int32
GetPageSize returns the PageSize field if non-nil, zero value otherwise.
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.
func (o *Instances) SetPageSize(v int32)
SetPageSize sets PageSize field to given value.
func (o *Instances) HasPageSize() bool
HasPageSize returns a boolean if a field has been set.
func (o *Instances) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
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.
func (o *Instances) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *Instances) HasStatus() bool
HasStatus returns a boolean if a field has been set.