1.9 KiB
GetDevices200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MediaContainer | Pointer to GetDevices200ResponseMediaContainer | [optional] |
Methods
NewGetDevices200Response
func NewGetDevices200Response() *GetDevices200Response
NewGetDevices200Response instantiates a new GetDevices200Response 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
NewGetDevices200ResponseWithDefaults
func NewGetDevices200ResponseWithDefaults() *GetDevices200Response
NewGetDevices200ResponseWithDefaults instantiates a new GetDevices200Response 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
GetMediaContainer
func (o *GetDevices200Response) GetMediaContainer() GetDevices200ResponseMediaContainer
GetMediaContainer returns the MediaContainer field if non-nil, zero value otherwise.
GetMediaContainerOk
func (o *GetDevices200Response) GetMediaContainerOk() (*GetDevices200ResponseMediaContainer, bool)
GetMediaContainerOk returns a tuple with the MediaContainer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMediaContainer
func (o *GetDevices200Response) SetMediaContainer(v GetDevices200ResponseMediaContainer)
SetMediaContainer sets MediaContainer field to given value.
HasMediaContainer
func (o *GetDevices200Response) HasMediaContainer() bool
HasMediaContainer returns a boolean if a field has been set.