2.0 KiB
GetRecentlyAdded200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MediaContainer | Pointer to GetRecentlyAdded200ResponseMediaContainer | [optional] |
Methods
NewGetRecentlyAdded200Response
func NewGetRecentlyAdded200Response() *GetRecentlyAdded200Response
NewGetRecentlyAdded200Response instantiates a new GetRecentlyAdded200Response 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
NewGetRecentlyAdded200ResponseWithDefaults
func NewGetRecentlyAdded200ResponseWithDefaults() *GetRecentlyAdded200Response
NewGetRecentlyAdded200ResponseWithDefaults instantiates a new GetRecentlyAdded200Response 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 *GetRecentlyAdded200Response) GetMediaContainer() GetRecentlyAdded200ResponseMediaContainer
GetMediaContainer returns the MediaContainer field if non-nil, zero value otherwise.
GetMediaContainerOk
func (o *GetRecentlyAdded200Response) GetMediaContainerOk() (*GetRecentlyAdded200ResponseMediaContainer, 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 *GetRecentlyAdded200Response) SetMediaContainer(v GetRecentlyAdded200ResponseMediaContainer)
SetMediaContainer sets MediaContainer field to given value.
HasMediaContainer
func (o *GetRecentlyAdded200Response) HasMediaContainer() bool
HasMediaContainer returns a boolean if a field has been set.