Files
plexgo/pms/docs/GetSearchResults200ResponseMediaContainer.md
2023-08-10 21:24:37 -05:00

8.0 KiB

GetSearchResults200ResponseMediaContainer

Properties

Name Type Description Notes
Size Pointer to interface{} [optional]
Identifier Pointer to interface{} [optional]
MediaTagPrefix Pointer to interface{} [optional]
MediaTagVersion Pointer to interface{} [optional]
Metadata Pointer to interface{} [optional]
Provider Pointer to interface{} [optional]

Methods

NewGetSearchResults200ResponseMediaContainer

func NewGetSearchResults200ResponseMediaContainer() *GetSearchResults200ResponseMediaContainer

NewGetSearchResults200ResponseMediaContainer instantiates a new GetSearchResults200ResponseMediaContainer 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

NewGetSearchResults200ResponseMediaContainerWithDefaults

func NewGetSearchResults200ResponseMediaContainerWithDefaults() *GetSearchResults200ResponseMediaContainer

NewGetSearchResults200ResponseMediaContainerWithDefaults instantiates a new GetSearchResults200ResponseMediaContainer 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

GetSize

func (o *GetSearchResults200ResponseMediaContainer) GetSize() interface{}

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *GetSearchResults200ResponseMediaContainer) GetSizeOk() (*interface{}, bool)

GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSize

func (o *GetSearchResults200ResponseMediaContainer) SetSize(v interface{})

SetSize sets Size field to given value.

HasSize

func (o *GetSearchResults200ResponseMediaContainer) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetSearchResults200ResponseMediaContainer) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetSearchResults200ResponseMediaContainer) UnsetSize()

UnsetSize ensures that no value is present for Size, not even an explicit nil

GetIdentifier

func (o *GetSearchResults200ResponseMediaContainer) GetIdentifier() interface{}

GetIdentifier returns the Identifier field if non-nil, zero value otherwise.

GetIdentifierOk

func (o *GetSearchResults200ResponseMediaContainer) GetIdentifierOk() (*interface{}, bool)

GetIdentifierOk returns a tuple with the Identifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdentifier

func (o *GetSearchResults200ResponseMediaContainer) SetIdentifier(v interface{})

SetIdentifier sets Identifier field to given value.

HasIdentifier

func (o *GetSearchResults200ResponseMediaContainer) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

SetIdentifierNil

func (o *GetSearchResults200ResponseMediaContainer) SetIdentifierNil(b bool)

SetIdentifierNil sets the value for Identifier to be an explicit nil

UnsetIdentifier

func (o *GetSearchResults200ResponseMediaContainer) UnsetIdentifier()

UnsetIdentifier ensures that no value is present for Identifier, not even an explicit nil

GetMediaTagPrefix

func (o *GetSearchResults200ResponseMediaContainer) GetMediaTagPrefix() interface{}

GetMediaTagPrefix returns the MediaTagPrefix field if non-nil, zero value otherwise.

GetMediaTagPrefixOk

func (o *GetSearchResults200ResponseMediaContainer) GetMediaTagPrefixOk() (*interface{}, bool)

GetMediaTagPrefixOk returns a tuple with the MediaTagPrefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMediaTagPrefix

func (o *GetSearchResults200ResponseMediaContainer) SetMediaTagPrefix(v interface{})

SetMediaTagPrefix sets MediaTagPrefix field to given value.

HasMediaTagPrefix

func (o *GetSearchResults200ResponseMediaContainer) HasMediaTagPrefix() bool

HasMediaTagPrefix returns a boolean if a field has been set.

SetMediaTagPrefixNil

func (o *GetSearchResults200ResponseMediaContainer) SetMediaTagPrefixNil(b bool)

SetMediaTagPrefixNil sets the value for MediaTagPrefix to be an explicit nil

UnsetMediaTagPrefix

func (o *GetSearchResults200ResponseMediaContainer) UnsetMediaTagPrefix()

UnsetMediaTagPrefix ensures that no value is present for MediaTagPrefix, not even an explicit nil

GetMediaTagVersion

func (o *GetSearchResults200ResponseMediaContainer) GetMediaTagVersion() interface{}

GetMediaTagVersion returns the MediaTagVersion field if non-nil, zero value otherwise.

GetMediaTagVersionOk

func (o *GetSearchResults200ResponseMediaContainer) GetMediaTagVersionOk() (*interface{}, bool)

GetMediaTagVersionOk returns a tuple with the MediaTagVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMediaTagVersion

func (o *GetSearchResults200ResponseMediaContainer) SetMediaTagVersion(v interface{})

SetMediaTagVersion sets MediaTagVersion field to given value.

HasMediaTagVersion

func (o *GetSearchResults200ResponseMediaContainer) HasMediaTagVersion() bool

HasMediaTagVersion returns a boolean if a field has been set.

SetMediaTagVersionNil

func (o *GetSearchResults200ResponseMediaContainer) SetMediaTagVersionNil(b bool)

SetMediaTagVersionNil sets the value for MediaTagVersion to be an explicit nil

UnsetMediaTagVersion

func (o *GetSearchResults200ResponseMediaContainer) UnsetMediaTagVersion()

UnsetMediaTagVersion ensures that no value is present for MediaTagVersion, not even an explicit nil

GetMetadata

func (o *GetSearchResults200ResponseMediaContainer) GetMetadata() interface{}

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *GetSearchResults200ResponseMediaContainer) GetMetadataOk() (*interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMetadata

func (o *GetSearchResults200ResponseMediaContainer) SetMetadata(v interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *GetSearchResults200ResponseMediaContainer) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

SetMetadataNil

func (o *GetSearchResults200ResponseMediaContainer) SetMetadataNil(b bool)

SetMetadataNil sets the value for Metadata to be an explicit nil

UnsetMetadata

func (o *GetSearchResults200ResponseMediaContainer) UnsetMetadata()

UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil

GetProvider

func (o *GetSearchResults200ResponseMediaContainer) GetProvider() interface{}

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *GetSearchResults200ResponseMediaContainer) GetProviderOk() (*interface{}, bool)

GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProvider

func (o *GetSearchResults200ResponseMediaContainer) SetProvider(v interface{})

SetProvider sets Provider field to given value.

HasProvider

func (o *GetSearchResults200ResponseMediaContainer) HasProvider() bool

HasProvider returns a boolean if a field has been set.

SetProviderNil

func (o *GetSearchResults200ResponseMediaContainer) SetProviderNil(b bool)

SetProviderNil sets the value for Provider to be an explicit nil

UnsetProvider

func (o *GetSearchResults200ResponseMediaContainer) UnsetProvider()

UnsetProvider ensures that no value is present for Provider, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]