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
# GetServerActivities200Response
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**MediaContainer** | Pointer to [**GetServerActivities200ResponseMediaContainer**](GetServerActivities200ResponseMediaContainer.md) | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewGetServerActivities200Response
|
|
|
|
`func NewGetServerActivities200Response() *GetServerActivities200Response`
|
|
|
|
NewGetServerActivities200Response instantiates a new GetServerActivities200Response 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
|
|
|
|
### NewGetServerActivities200ResponseWithDefaults
|
|
|
|
`func NewGetServerActivities200ResponseWithDefaults() *GetServerActivities200Response`
|
|
|
|
NewGetServerActivities200ResponseWithDefaults instantiates a new GetServerActivities200Response 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 *GetServerActivities200Response) GetMediaContainer() GetServerActivities200ResponseMediaContainer`
|
|
|
|
GetMediaContainer returns the MediaContainer field if non-nil, zero value otherwise.
|
|
|
|
### GetMediaContainerOk
|
|
|
|
`func (o *GetServerActivities200Response) GetMediaContainerOk() (*GetServerActivities200ResponseMediaContainer, 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 *GetServerActivities200Response) SetMediaContainer(v GetServerActivities200ResponseMediaContainer)`
|
|
|
|
SetMediaContainer sets MediaContainer field to given value.
|
|
|
|
### HasMediaContainer
|
|
|
|
`func (o *GetServerActivities200Response) 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)
|
|
|
|
|