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