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

8.9 KiB

GetOnDeck200ResponseMediaContainer

Properties

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

Methods

NewGetOnDeck200ResponseMediaContainer

func NewGetOnDeck200ResponseMediaContainer() *GetOnDeck200ResponseMediaContainer

NewGetOnDeck200ResponseMediaContainer instantiates a new GetOnDeck200ResponseMediaContainer 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

NewGetOnDeck200ResponseMediaContainerWithDefaults

func NewGetOnDeck200ResponseMediaContainerWithDefaults() *GetOnDeck200ResponseMediaContainer

NewGetOnDeck200ResponseMediaContainerWithDefaults instantiates a new GetOnDeck200ResponseMediaContainer 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 *GetOnDeck200ResponseMediaContainer) GetSize() interface{}

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

GetSizeOk

func (o *GetOnDeck200ResponseMediaContainer) 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 *GetOnDeck200ResponseMediaContainer) SetSize(v interface{})

SetSize sets Size field to given value.

HasSize

func (o *GetOnDeck200ResponseMediaContainer) HasSize() bool

HasSize returns a boolean if a field has been set.

SetSizeNil

func (o *GetOnDeck200ResponseMediaContainer) SetSizeNil(b bool)

SetSizeNil sets the value for Size to be an explicit nil

UnsetSize

func (o *GetOnDeck200ResponseMediaContainer) UnsetSize()

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

GetAllowSync

func (o *GetOnDeck200ResponseMediaContainer) GetAllowSync() interface{}

GetAllowSync returns the AllowSync field if non-nil, zero value otherwise.

GetAllowSyncOk

func (o *GetOnDeck200ResponseMediaContainer) GetAllowSyncOk() (*interface{}, bool)

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

SetAllowSync

func (o *GetOnDeck200ResponseMediaContainer) SetAllowSync(v interface{})

SetAllowSync sets AllowSync field to given value.

HasAllowSync

func (o *GetOnDeck200ResponseMediaContainer) HasAllowSync() bool

HasAllowSync returns a boolean if a field has been set.

SetAllowSyncNil

func (o *GetOnDeck200ResponseMediaContainer) SetAllowSyncNil(b bool)

SetAllowSyncNil sets the value for AllowSync to be an explicit nil

UnsetAllowSync

func (o *GetOnDeck200ResponseMediaContainer) UnsetAllowSync()

UnsetAllowSync ensures that no value is present for AllowSync, not even an explicit nil

GetIdentifier

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

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

GetIdentifierOk

func (o *GetOnDeck200ResponseMediaContainer) 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 *GetOnDeck200ResponseMediaContainer) SetIdentifier(v interface{})

SetIdentifier sets Identifier field to given value.

HasIdentifier

func (o *GetOnDeck200ResponseMediaContainer) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

SetIdentifierNil

func (o *GetOnDeck200ResponseMediaContainer) SetIdentifierNil(b bool)

SetIdentifierNil sets the value for Identifier to be an explicit nil

UnsetIdentifier

func (o *GetOnDeck200ResponseMediaContainer) UnsetIdentifier()

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

GetMediaTagPrefix

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

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

GetMediaTagPrefixOk

func (o *GetOnDeck200ResponseMediaContainer) 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 *GetOnDeck200ResponseMediaContainer) SetMediaTagPrefix(v interface{})

SetMediaTagPrefix sets MediaTagPrefix field to given value.

HasMediaTagPrefix

func (o *GetOnDeck200ResponseMediaContainer) HasMediaTagPrefix() bool

HasMediaTagPrefix returns a boolean if a field has been set.

SetMediaTagPrefixNil

func (o *GetOnDeck200ResponseMediaContainer) SetMediaTagPrefixNil(b bool)

SetMediaTagPrefixNil sets the value for MediaTagPrefix to be an explicit nil

UnsetMediaTagPrefix

func (o *GetOnDeck200ResponseMediaContainer) UnsetMediaTagPrefix()

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

GetMediaTagVersion

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

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

GetMediaTagVersionOk

func (o *GetOnDeck200ResponseMediaContainer) 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 *GetOnDeck200ResponseMediaContainer) SetMediaTagVersion(v interface{})

SetMediaTagVersion sets MediaTagVersion field to given value.

HasMediaTagVersion

func (o *GetOnDeck200ResponseMediaContainer) HasMediaTagVersion() bool

HasMediaTagVersion returns a boolean if a field has been set.

SetMediaTagVersionNil

func (o *GetOnDeck200ResponseMediaContainer) SetMediaTagVersionNil(b bool)

SetMediaTagVersionNil sets the value for MediaTagVersion to be an explicit nil

UnsetMediaTagVersion

func (o *GetOnDeck200ResponseMediaContainer) UnsetMediaTagVersion()

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

GetMixedParents

func (o *GetOnDeck200ResponseMediaContainer) GetMixedParents() interface{}

GetMixedParents returns the MixedParents field if non-nil, zero value otherwise.

GetMixedParentsOk

func (o *GetOnDeck200ResponseMediaContainer) GetMixedParentsOk() (*interface{}, bool)

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

SetMixedParents

func (o *GetOnDeck200ResponseMediaContainer) SetMixedParents(v interface{})

SetMixedParents sets MixedParents field to given value.

HasMixedParents

func (o *GetOnDeck200ResponseMediaContainer) HasMixedParents() bool

HasMixedParents returns a boolean if a field has been set.

SetMixedParentsNil

func (o *GetOnDeck200ResponseMediaContainer) SetMixedParentsNil(b bool)

SetMixedParentsNil sets the value for MixedParents to be an explicit nil

UnsetMixedParents

func (o *GetOnDeck200ResponseMediaContainer) UnsetMixedParents()

UnsetMixedParents ensures that no value is present for MixedParents, not even an explicit nil

GetMetadata

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

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

GetMetadataOk

func (o *GetOnDeck200ResponseMediaContainer) 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 *GetOnDeck200ResponseMediaContainer) SetMetadata(v interface{})

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *GetOnDeck200ResponseMediaContainer) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

SetMetadataNil

func (o *GetOnDeck200ResponseMediaContainer) SetMetadataNil(b bool)

SetMetadataNil sets the value for Metadata to be an explicit nil

UnsetMetadata

func (o *GetOnDeck200ResponseMediaContainer) UnsetMetadata()

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

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