mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
57 lines
2.1 KiB
Markdown
57 lines
2.1 KiB
Markdown
# GetServerIdentity200Response
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**MediaContainer** | Pointer to [**GetServerIdentity200ResponseMediaContainer**](GetServerIdentity200ResponseMediaContainer.md) | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewGetServerIdentity200Response
|
|
|
|
`func NewGetServerIdentity200Response() *GetServerIdentity200Response`
|
|
|
|
NewGetServerIdentity200Response instantiates a new GetServerIdentity200Response 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
|
|
|
|
### NewGetServerIdentity200ResponseWithDefaults
|
|
|
|
`func NewGetServerIdentity200ResponseWithDefaults() *GetServerIdentity200Response`
|
|
|
|
NewGetServerIdentity200ResponseWithDefaults instantiates a new GetServerIdentity200Response 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 *GetServerIdentity200Response) GetMediaContainer() GetServerIdentity200ResponseMediaContainer`
|
|
|
|
GetMediaContainer returns the MediaContainer field if non-nil, zero value otherwise.
|
|
|
|
### GetMediaContainerOk
|
|
|
|
`func (o *GetServerIdentity200Response) GetMediaContainerOk() (*GetServerIdentity200ResponseMediaContainer, 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 *GetServerIdentity200Response) SetMediaContainer(v GetServerIdentity200ResponseMediaContainer)`
|
|
|
|
SetMediaContainer sets MediaContainer field to given value.
|
|
|
|
### HasMediaContainer
|
|
|
|
`func (o *GetServerIdentity200Response) HasMediaContainer() bool`
|
|
|
|
HasMediaContainer returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|