Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to int32 | [optional] [readonly] | |
TotalCount | Pointer to int32 | [optional] [readonly] | |
Data | Pointer to []Device | [optional] [readonly] |
func NewGetDevices200Response1() *GetDevices200Response1
NewGetDevices200Response1 instantiates a new GetDevices200Response1 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 NewGetDevices200Response1WithDefaults() *GetDevices200Response1
NewGetDevices200Response1WithDefaults instantiates a new GetDevices200Response1 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 *GetDevices200Response1) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *GetDevices200Response1) 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 *GetDevices200Response1) SetCount(v int32)
SetCount sets Count field to given value.
func (o *GetDevices200Response1) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *GetDevices200Response1) GetTotalCount() int32
GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.
func (o *GetDevices200Response1) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDevices200Response1) SetTotalCount(v int32)
SetTotalCount sets TotalCount field to given value.
func (o *GetDevices200Response1) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (o *GetDevices200Response1) GetData() []Device
GetData returns the Data field if non-nil, zero value otherwise.
func (o *GetDevices200Response1) GetDataOk() (*[]Device, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDevices200Response1) SetData(v []Device)
SetData sets Data field to given value.
func (o *GetDevices200Response1) HasData() bool
HasData returns a boolean if a field has been set.