mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
139 lines
4.2 KiB
Markdown
139 lines
4.2 KiB
Markdown
# GetDevices200ResponseMediaContainer
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Size** | Pointer to **interface{}** | | [optional]
|
|
**Identifier** | Pointer to **interface{}** | | [optional]
|
|
**Device** | Pointer to **interface{}** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewGetDevices200ResponseMediaContainer
|
|
|
|
`func NewGetDevices200ResponseMediaContainer() *GetDevices200ResponseMediaContainer`
|
|
|
|
NewGetDevices200ResponseMediaContainer instantiates a new GetDevices200ResponseMediaContainer 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
|
|
|
|
### NewGetDevices200ResponseMediaContainerWithDefaults
|
|
|
|
`func NewGetDevices200ResponseMediaContainerWithDefaults() *GetDevices200ResponseMediaContainer`
|
|
|
|
NewGetDevices200ResponseMediaContainerWithDefaults instantiates a new GetDevices200ResponseMediaContainer 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
|
|
|
|
### GetSize
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) GetSize() interface{}`
|
|
|
|
GetSize returns the Size field if non-nil, zero value otherwise.
|
|
|
|
### GetSizeOk
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) GetSizeOk() (*interface{}, bool)`
|
|
|
|
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSize
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) SetSize(v interface{})`
|
|
|
|
SetSize sets Size field to given value.
|
|
|
|
### HasSize
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) HasSize() bool`
|
|
|
|
HasSize returns a boolean if a field has been set.
|
|
|
|
### SetSizeNil
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) SetSizeNil(b bool)`
|
|
|
|
SetSizeNil sets the value for Size to be an explicit nil
|
|
|
|
### UnsetSize
|
|
`func (o *GetDevices200ResponseMediaContainer) UnsetSize()`
|
|
|
|
UnsetSize ensures that no value is present for Size, not even an explicit nil
|
|
### GetIdentifier
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) GetIdentifier() interface{}`
|
|
|
|
GetIdentifier returns the Identifier field if non-nil, zero value otherwise.
|
|
|
|
### GetIdentifierOk
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) GetIdentifierOk() (*interface{}, bool)`
|
|
|
|
GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetIdentifier
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) SetIdentifier(v interface{})`
|
|
|
|
SetIdentifier sets Identifier field to given value.
|
|
|
|
### HasIdentifier
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) HasIdentifier() bool`
|
|
|
|
HasIdentifier returns a boolean if a field has been set.
|
|
|
|
### SetIdentifierNil
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) SetIdentifierNil(b bool)`
|
|
|
|
SetIdentifierNil sets the value for Identifier to be an explicit nil
|
|
|
|
### UnsetIdentifier
|
|
`func (o *GetDevices200ResponseMediaContainer) UnsetIdentifier()`
|
|
|
|
UnsetIdentifier ensures that no value is present for Identifier, not even an explicit nil
|
|
### GetDevice
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) GetDevice() interface{}`
|
|
|
|
GetDevice returns the Device field if non-nil, zero value otherwise.
|
|
|
|
### GetDeviceOk
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) GetDeviceOk() (*interface{}, bool)`
|
|
|
|
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDevice
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) SetDevice(v interface{})`
|
|
|
|
SetDevice sets Device field to given value.
|
|
|
|
### HasDevice
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) HasDevice() bool`
|
|
|
|
HasDevice returns a boolean if a field has been set.
|
|
|
|
### SetDeviceNil
|
|
|
|
`func (o *GetDevices200ResponseMediaContainer) SetDeviceNil(b bool)`
|
|
|
|
SetDeviceNil sets the value for Device to be an explicit nil
|
|
|
|
### UnsetDevice
|
|
`func (o *GetDevices200ResponseMediaContainer) UnsetDevice()`
|
|
|
|
UnsetDevice ensures that no value is present for Device, not even an explicit nil
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|