Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 5.09 KB

PrismDeviceInformation200Response.md

File metadata and controls

180 lines (99 loc) · 5.09 KB

PrismDeviceInformation200Response

Properties

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]

Methods

NewPrismDeviceInformation200Response

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

NewPrismDeviceInformation200ResponseWithDefaults

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

GetOffset

func (o *PrismDeviceInformation200Response) GetOffset() int32

GetOffset returns the Offset field if non-nil, zero value otherwise.

GetOffsetOk

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.

SetOffset

func (o *PrismDeviceInformation200Response) SetOffset(v int32)

SetOffset sets Offset field to given value.

HasOffset

func (o *PrismDeviceInformation200Response) HasOffset() bool

HasOffset returns a boolean if a field has been set.

GetLimit

func (o *PrismDeviceInformation200Response) GetLimit() int32

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

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.

SetLimit

func (o *PrismDeviceInformation200Response) SetLimit(v int32)

SetLimit sets Limit field to given value.

HasLimit

func (o *PrismDeviceInformation200Response) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetTotal

func (o *PrismDeviceInformation200Response) GetTotal() int32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

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.

SetTotal

func (o *PrismDeviceInformation200Response) SetTotal(v int32)

SetTotal sets Total field to given value.

HasTotal

func (o *PrismDeviceInformation200Response) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetData

func (o *PrismDeviceInformation200Response) GetData() interface{}

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *PrismDeviceInformation200Response) SetData(v interface{})

SetData sets Data field to given value.

HasData

func (o *PrismDeviceInformation200Response) HasData() bool

HasData returns a boolean if a field has been set.

SetDataNil

func (o *PrismDeviceInformation200Response) SetDataNil(b bool)

SetDataNil sets the value for Data to be an explicit nil

UnsetData

func (o *PrismDeviceInformation200Response) UnsetData()

UnsetData ensures that no value is present for Data, not even an explicit nil

GetCursor

func (o *PrismDeviceInformation200Response) GetCursor() interface{}

GetCursor returns the Cursor field if non-nil, zero value otherwise.

GetCursorOk

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.

SetCursor

func (o *PrismDeviceInformation200Response) SetCursor(v interface{})

SetCursor sets Cursor field to given value.

HasCursor

func (o *PrismDeviceInformation200Response) HasCursor() bool

HasCursor returns a boolean if a field has been set.

SetCursorNil

func (o *PrismDeviceInformation200Response) SetCursorNil(b bool)

SetCursorNil sets the value for Cursor to be an explicit nil

UnsetCursor

func (o *PrismDeviceInformation200Response) UnsetCursor()

UnsetCursor ensures that no value is present for Cursor, not even an explicit nil

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