Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.32 KB

DeviceInformationGetDeviceLibraryItems200Response.md

File metadata and controls

92 lines (51 loc) · 3.32 KB

DeviceInformationGetDeviceLibraryItems200Response

Properties

Name Type Description Notes
DeviceId Pointer to string [optional]
LibraryItems Pointer to interface{} [optional]

Methods

NewDeviceInformationGetDeviceLibraryItems200Response

func NewDeviceInformationGetDeviceLibraryItems200Response() *DeviceInformationGetDeviceLibraryItems200Response

NewDeviceInformationGetDeviceLibraryItems200Response instantiates a new DeviceInformationGetDeviceLibraryItems200Response 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

NewDeviceInformationGetDeviceLibraryItems200ResponseWithDefaults

func NewDeviceInformationGetDeviceLibraryItems200ResponseWithDefaults() *DeviceInformationGetDeviceLibraryItems200Response

NewDeviceInformationGetDeviceLibraryItems200ResponseWithDefaults instantiates a new DeviceInformationGetDeviceLibraryItems200Response 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

GetDeviceId

func (o *DeviceInformationGetDeviceLibraryItems200Response) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *DeviceInformationGetDeviceLibraryItems200Response) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *DeviceInformationGetDeviceLibraryItems200Response) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *DeviceInformationGetDeviceLibraryItems200Response) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetLibraryItems

func (o *DeviceInformationGetDeviceLibraryItems200Response) GetLibraryItems() interface{}

GetLibraryItems returns the LibraryItems field if non-nil, zero value otherwise.

GetLibraryItemsOk

func (o *DeviceInformationGetDeviceLibraryItems200Response) GetLibraryItemsOk() (*interface{}, bool)

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

SetLibraryItems

func (o *DeviceInformationGetDeviceLibraryItems200Response) SetLibraryItems(v interface{})

SetLibraryItems sets LibraryItems field to given value.

HasLibraryItems

func (o *DeviceInformationGetDeviceLibraryItems200Response) HasLibraryItems() bool

HasLibraryItems returns a boolean if a field has been set.

SetLibraryItemsNil

func (o *DeviceInformationGetDeviceLibraryItems200Response) SetLibraryItemsNil(b bool)

SetLibraryItemsNil sets the value for LibraryItems to be an explicit nil

UnsetLibraryItems

func (o *DeviceInformationGetDeviceLibraryItems200Response) UnsetLibraryItems()

UnsetLibraryItems ensures that no value is present for LibraryItems, not even an explicit nil

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