Name | Type | Description | Notes |
---|---|---|---|
Offset | Pointer to int32 | [optional] | |
Limit | Pointer to int32 | [optional] | |
Total | Pointer to int32 | [optional] | |
Data | Pointer to interface{} | [optional] | |
Cursor | Pointer to interface{} | [optional] |
func NewPrismDeviceInformation200Response() *PrismDeviceInformation200Response
NewPrismDeviceInformation200Response instantiates a new PrismDeviceInformation200Response 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 NewPrismDeviceInformation200ResponseWithDefaults() *PrismDeviceInformation200Response
NewPrismDeviceInformation200ResponseWithDefaults instantiates a new PrismDeviceInformation200Response 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 *PrismDeviceInformation200Response) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *PrismDeviceInformation200Response) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrismDeviceInformation200Response) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *PrismDeviceInformation200Response) HasOffset() bool
HasOffset returns a boolean if a field has been set.
func (o *PrismDeviceInformation200Response) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *PrismDeviceInformation200Response) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrismDeviceInformation200Response) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *PrismDeviceInformation200Response) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *PrismDeviceInformation200Response) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *PrismDeviceInformation200Response) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrismDeviceInformation200Response) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *PrismDeviceInformation200Response) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (o *PrismDeviceInformation200Response) GetData() interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *PrismDeviceInformation200Response) GetDataOk() (*interface{}, 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 *PrismDeviceInformation200Response) SetData(v interface{})
SetData sets Data field to given value.
func (o *PrismDeviceInformation200Response) HasData() bool
HasData returns a boolean if a field has been set.
func (o *PrismDeviceInformation200Response) SetDataNil(b bool)
SetDataNil sets the value for Data to be an explicit nil
func (o *PrismDeviceInformation200Response) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (o *PrismDeviceInformation200Response) GetCursor() interface{}
GetCursor returns the Cursor field if non-nil, zero value otherwise.
func (o *PrismDeviceInformation200Response) GetCursorOk() (*interface{}, bool)
GetCursorOk returns a tuple with the Cursor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PrismDeviceInformation200Response) SetCursor(v interface{})
SetCursor sets Cursor field to given value.
func (o *PrismDeviceInformation200Response) HasCursor() bool
HasCursor returns a boolean if a field has been set.
func (o *PrismDeviceInformation200Response) SetCursorNil(b bool)
SetCursorNil sets the value for Cursor to be an explicit nil
func (o *PrismDeviceInformation200Response) UnsetCursor()
UnsetCursor ensures that no value is present for Cursor, not even an explicit nil