mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
1867 lines
66 KiB
Markdown
1867 lines
66 KiB
Markdown
# GetServerCapabilities200ResponseMediaContainer
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Size** | Pointer to **interface{}** | | [optional]
|
|
**AllowCameraUpload** | Pointer to **interface{}** | | [optional]
|
|
**AllowChannelAccess** | Pointer to **interface{}** | | [optional]
|
|
**AllowMediaDeletion** | Pointer to **interface{}** | | [optional]
|
|
**AllowSharing** | Pointer to **interface{}** | | [optional]
|
|
**AllowSync** | Pointer to **interface{}** | | [optional]
|
|
**AllowTuners** | Pointer to **interface{}** | | [optional]
|
|
**BackgroundProcessing** | Pointer to **interface{}** | | [optional]
|
|
**Certificate** | Pointer to **interface{}** | | [optional]
|
|
**CompanionProxy** | Pointer to **interface{}** | | [optional]
|
|
**CountryCode** | Pointer to **interface{}** | | [optional]
|
|
**Diagnostics** | Pointer to **interface{}** | | [optional]
|
|
**EventStream** | Pointer to **interface{}** | | [optional]
|
|
**FriendlyName** | Pointer to **interface{}** | | [optional]
|
|
**HubSearch** | Pointer to **interface{}** | | [optional]
|
|
**ItemClusters** | Pointer to **interface{}** | | [optional]
|
|
**Livetv** | Pointer to **interface{}** | | [optional]
|
|
**MachineIdentifier** | Pointer to **interface{}** | | [optional]
|
|
**MediaProviders** | Pointer to **interface{}** | | [optional]
|
|
**Multiuser** | Pointer to **interface{}** | | [optional]
|
|
**MusicAnalysis** | Pointer to **interface{}** | | [optional]
|
|
**MyPlex** | Pointer to **interface{}** | | [optional]
|
|
**MyPlexMappingState** | Pointer to **interface{}** | | [optional]
|
|
**MyPlexSigninState** | Pointer to **interface{}** | | [optional]
|
|
**MyPlexSubscription** | Pointer to **interface{}** | | [optional]
|
|
**MyPlexUsername** | Pointer to **interface{}** | | [optional]
|
|
**OfflineTranscode** | Pointer to **interface{}** | | [optional]
|
|
**OwnerFeatures** | Pointer to **interface{}** | | [optional]
|
|
**PhotoAutoTag** | Pointer to **interface{}** | | [optional]
|
|
**Platform** | Pointer to **interface{}** | | [optional]
|
|
**PlatformVersion** | Pointer to **interface{}** | | [optional]
|
|
**PluginHost** | Pointer to **interface{}** | | [optional]
|
|
**PushNotifications** | Pointer to **interface{}** | | [optional]
|
|
**ReadOnlyLibraries** | Pointer to **interface{}** | | [optional]
|
|
**StreamingBrainABRVersion** | Pointer to **interface{}** | | [optional]
|
|
**StreamingBrainVersion** | Pointer to **interface{}** | | [optional]
|
|
**Sync** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderActiveVideoSessions** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderAudio** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderLyrics** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderPhoto** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderSubtitles** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderVideo** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderVideoBitrates** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderVideoQualities** | Pointer to **interface{}** | | [optional]
|
|
**TranscoderVideoResolutions** | Pointer to **interface{}** | | [optional]
|
|
**UpdatedAt** | Pointer to **interface{}** | | [optional]
|
|
**Updater** | Pointer to **interface{}** | | [optional]
|
|
**Version** | Pointer to **interface{}** | | [optional]
|
|
**VoiceSearch** | Pointer to **interface{}** | | [optional]
|
|
**Directory** | Pointer to **interface{}** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewGetServerCapabilities200ResponseMediaContainer
|
|
|
|
`func NewGetServerCapabilities200ResponseMediaContainer() *GetServerCapabilities200ResponseMediaContainer`
|
|
|
|
NewGetServerCapabilities200ResponseMediaContainer instantiates a new GetServerCapabilities200ResponseMediaContainer 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
|
|
|
|
### NewGetServerCapabilities200ResponseMediaContainerWithDefaults
|
|
|
|
`func NewGetServerCapabilities200ResponseMediaContainerWithDefaults() *GetServerCapabilities200ResponseMediaContainer`
|
|
|
|
NewGetServerCapabilities200ResponseMediaContainerWithDefaults instantiates a new GetServerCapabilities200ResponseMediaContainer 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 *GetServerCapabilities200ResponseMediaContainer) GetSize() interface{}`
|
|
|
|
GetSize returns the Size field if non-nil, zero value otherwise.
|
|
|
|
### GetSizeOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) 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 *GetServerCapabilities200ResponseMediaContainer) SetSize(v interface{})`
|
|
|
|
SetSize sets Size field to given value.
|
|
|
|
### HasSize
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasSize() bool`
|
|
|
|
HasSize returns a boolean if a field has been set.
|
|
|
|
### SetSizeNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetSizeNil(b bool)`
|
|
|
|
SetSizeNil sets the value for Size to be an explicit nil
|
|
|
|
### UnsetSize
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetSize()`
|
|
|
|
UnsetSize ensures that no value is present for Size, not even an explicit nil
|
|
### GetAllowCameraUpload
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowCameraUpload() interface{}`
|
|
|
|
GetAllowCameraUpload returns the AllowCameraUpload field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowCameraUploadOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowCameraUploadOk() (*interface{}, bool)`
|
|
|
|
GetAllowCameraUploadOk returns a tuple with the AllowCameraUpload field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAllowCameraUpload
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowCameraUpload(v interface{})`
|
|
|
|
SetAllowCameraUpload sets AllowCameraUpload field to given value.
|
|
|
|
### HasAllowCameraUpload
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasAllowCameraUpload() bool`
|
|
|
|
HasAllowCameraUpload returns a boolean if a field has been set.
|
|
|
|
### SetAllowCameraUploadNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowCameraUploadNil(b bool)`
|
|
|
|
SetAllowCameraUploadNil sets the value for AllowCameraUpload to be an explicit nil
|
|
|
|
### UnsetAllowCameraUpload
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetAllowCameraUpload()`
|
|
|
|
UnsetAllowCameraUpload ensures that no value is present for AllowCameraUpload, not even an explicit nil
|
|
### GetAllowChannelAccess
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowChannelAccess() interface{}`
|
|
|
|
GetAllowChannelAccess returns the AllowChannelAccess field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowChannelAccessOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowChannelAccessOk() (*interface{}, bool)`
|
|
|
|
GetAllowChannelAccessOk returns a tuple with the AllowChannelAccess field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAllowChannelAccess
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowChannelAccess(v interface{})`
|
|
|
|
SetAllowChannelAccess sets AllowChannelAccess field to given value.
|
|
|
|
### HasAllowChannelAccess
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasAllowChannelAccess() bool`
|
|
|
|
HasAllowChannelAccess returns a boolean if a field has been set.
|
|
|
|
### SetAllowChannelAccessNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowChannelAccessNil(b bool)`
|
|
|
|
SetAllowChannelAccessNil sets the value for AllowChannelAccess to be an explicit nil
|
|
|
|
### UnsetAllowChannelAccess
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetAllowChannelAccess()`
|
|
|
|
UnsetAllowChannelAccess ensures that no value is present for AllowChannelAccess, not even an explicit nil
|
|
### GetAllowMediaDeletion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowMediaDeletion() interface{}`
|
|
|
|
GetAllowMediaDeletion returns the AllowMediaDeletion field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowMediaDeletionOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowMediaDeletionOk() (*interface{}, bool)`
|
|
|
|
GetAllowMediaDeletionOk returns a tuple with the AllowMediaDeletion field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAllowMediaDeletion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowMediaDeletion(v interface{})`
|
|
|
|
SetAllowMediaDeletion sets AllowMediaDeletion field to given value.
|
|
|
|
### HasAllowMediaDeletion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasAllowMediaDeletion() bool`
|
|
|
|
HasAllowMediaDeletion returns a boolean if a field has been set.
|
|
|
|
### SetAllowMediaDeletionNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowMediaDeletionNil(b bool)`
|
|
|
|
SetAllowMediaDeletionNil sets the value for AllowMediaDeletion to be an explicit nil
|
|
|
|
### UnsetAllowMediaDeletion
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetAllowMediaDeletion()`
|
|
|
|
UnsetAllowMediaDeletion ensures that no value is present for AllowMediaDeletion, not even an explicit nil
|
|
### GetAllowSharing
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowSharing() interface{}`
|
|
|
|
GetAllowSharing returns the AllowSharing field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowSharingOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowSharingOk() (*interface{}, bool)`
|
|
|
|
GetAllowSharingOk returns a tuple with the AllowSharing field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAllowSharing
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowSharing(v interface{})`
|
|
|
|
SetAllowSharing sets AllowSharing field to given value.
|
|
|
|
### HasAllowSharing
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasAllowSharing() bool`
|
|
|
|
HasAllowSharing returns a boolean if a field has been set.
|
|
|
|
### SetAllowSharingNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowSharingNil(b bool)`
|
|
|
|
SetAllowSharingNil sets the value for AllowSharing to be an explicit nil
|
|
|
|
### UnsetAllowSharing
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetAllowSharing()`
|
|
|
|
UnsetAllowSharing ensures that no value is present for AllowSharing, not even an explicit nil
|
|
### GetAllowSync
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowSync() interface{}`
|
|
|
|
GetAllowSync returns the AllowSync field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowSyncOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) 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 *GetServerCapabilities200ResponseMediaContainer) SetAllowSync(v interface{})`
|
|
|
|
SetAllowSync sets AllowSync field to given value.
|
|
|
|
### HasAllowSync
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasAllowSync() bool`
|
|
|
|
HasAllowSync returns a boolean if a field has been set.
|
|
|
|
### SetAllowSyncNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowSyncNil(b bool)`
|
|
|
|
SetAllowSyncNil sets the value for AllowSync to be an explicit nil
|
|
|
|
### UnsetAllowSync
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetAllowSync()`
|
|
|
|
UnsetAllowSync ensures that no value is present for AllowSync, not even an explicit nil
|
|
### GetAllowTuners
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowTuners() interface{}`
|
|
|
|
GetAllowTuners returns the AllowTuners field if non-nil, zero value otherwise.
|
|
|
|
### GetAllowTunersOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetAllowTunersOk() (*interface{}, bool)`
|
|
|
|
GetAllowTunersOk returns a tuple with the AllowTuners field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAllowTuners
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowTuners(v interface{})`
|
|
|
|
SetAllowTuners sets AllowTuners field to given value.
|
|
|
|
### HasAllowTuners
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasAllowTuners() bool`
|
|
|
|
HasAllowTuners returns a boolean if a field has been set.
|
|
|
|
### SetAllowTunersNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetAllowTunersNil(b bool)`
|
|
|
|
SetAllowTunersNil sets the value for AllowTuners to be an explicit nil
|
|
|
|
### UnsetAllowTuners
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetAllowTuners()`
|
|
|
|
UnsetAllowTuners ensures that no value is present for AllowTuners, not even an explicit nil
|
|
### GetBackgroundProcessing
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetBackgroundProcessing() interface{}`
|
|
|
|
GetBackgroundProcessing returns the BackgroundProcessing field if non-nil, zero value otherwise.
|
|
|
|
### GetBackgroundProcessingOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetBackgroundProcessingOk() (*interface{}, bool)`
|
|
|
|
GetBackgroundProcessingOk returns a tuple with the BackgroundProcessing field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetBackgroundProcessing
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetBackgroundProcessing(v interface{})`
|
|
|
|
SetBackgroundProcessing sets BackgroundProcessing field to given value.
|
|
|
|
### HasBackgroundProcessing
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasBackgroundProcessing() bool`
|
|
|
|
HasBackgroundProcessing returns a boolean if a field has been set.
|
|
|
|
### SetBackgroundProcessingNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetBackgroundProcessingNil(b bool)`
|
|
|
|
SetBackgroundProcessingNil sets the value for BackgroundProcessing to be an explicit nil
|
|
|
|
### UnsetBackgroundProcessing
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetBackgroundProcessing()`
|
|
|
|
UnsetBackgroundProcessing ensures that no value is present for BackgroundProcessing, not even an explicit nil
|
|
### GetCertificate
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetCertificate() interface{}`
|
|
|
|
GetCertificate returns the Certificate field if non-nil, zero value otherwise.
|
|
|
|
### GetCertificateOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetCertificateOk() (*interface{}, bool)`
|
|
|
|
GetCertificateOk returns a tuple with the Certificate field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCertificate
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetCertificate(v interface{})`
|
|
|
|
SetCertificate sets Certificate field to given value.
|
|
|
|
### HasCertificate
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasCertificate() bool`
|
|
|
|
HasCertificate returns a boolean if a field has been set.
|
|
|
|
### SetCertificateNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetCertificateNil(b bool)`
|
|
|
|
SetCertificateNil sets the value for Certificate to be an explicit nil
|
|
|
|
### UnsetCertificate
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetCertificate()`
|
|
|
|
UnsetCertificate ensures that no value is present for Certificate, not even an explicit nil
|
|
### GetCompanionProxy
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetCompanionProxy() interface{}`
|
|
|
|
GetCompanionProxy returns the CompanionProxy field if non-nil, zero value otherwise.
|
|
|
|
### GetCompanionProxyOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetCompanionProxyOk() (*interface{}, bool)`
|
|
|
|
GetCompanionProxyOk returns a tuple with the CompanionProxy field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCompanionProxy
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetCompanionProxy(v interface{})`
|
|
|
|
SetCompanionProxy sets CompanionProxy field to given value.
|
|
|
|
### HasCompanionProxy
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasCompanionProxy() bool`
|
|
|
|
HasCompanionProxy returns a boolean if a field has been set.
|
|
|
|
### SetCompanionProxyNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetCompanionProxyNil(b bool)`
|
|
|
|
SetCompanionProxyNil sets the value for CompanionProxy to be an explicit nil
|
|
|
|
### UnsetCompanionProxy
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetCompanionProxy()`
|
|
|
|
UnsetCompanionProxy ensures that no value is present for CompanionProxy, not even an explicit nil
|
|
### GetCountryCode
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetCountryCode() interface{}`
|
|
|
|
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
|
|
|
|
### GetCountryCodeOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetCountryCodeOk() (*interface{}, bool)`
|
|
|
|
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCountryCode
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetCountryCode(v interface{})`
|
|
|
|
SetCountryCode sets CountryCode field to given value.
|
|
|
|
### HasCountryCode
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasCountryCode() bool`
|
|
|
|
HasCountryCode returns a boolean if a field has been set.
|
|
|
|
### SetCountryCodeNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetCountryCodeNil(b bool)`
|
|
|
|
SetCountryCodeNil sets the value for CountryCode to be an explicit nil
|
|
|
|
### UnsetCountryCode
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetCountryCode()`
|
|
|
|
UnsetCountryCode ensures that no value is present for CountryCode, not even an explicit nil
|
|
### GetDiagnostics
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetDiagnostics() interface{}`
|
|
|
|
GetDiagnostics returns the Diagnostics field if non-nil, zero value otherwise.
|
|
|
|
### GetDiagnosticsOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetDiagnosticsOk() (*interface{}, bool)`
|
|
|
|
GetDiagnosticsOk returns a tuple with the Diagnostics field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDiagnostics
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetDiagnostics(v interface{})`
|
|
|
|
SetDiagnostics sets Diagnostics field to given value.
|
|
|
|
### HasDiagnostics
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasDiagnostics() bool`
|
|
|
|
HasDiagnostics returns a boolean if a field has been set.
|
|
|
|
### SetDiagnosticsNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetDiagnosticsNil(b bool)`
|
|
|
|
SetDiagnosticsNil sets the value for Diagnostics to be an explicit nil
|
|
|
|
### UnsetDiagnostics
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetDiagnostics()`
|
|
|
|
UnsetDiagnostics ensures that no value is present for Diagnostics, not even an explicit nil
|
|
### GetEventStream
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetEventStream() interface{}`
|
|
|
|
GetEventStream returns the EventStream field if non-nil, zero value otherwise.
|
|
|
|
### GetEventStreamOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetEventStreamOk() (*interface{}, bool)`
|
|
|
|
GetEventStreamOk returns a tuple with the EventStream field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetEventStream
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetEventStream(v interface{})`
|
|
|
|
SetEventStream sets EventStream field to given value.
|
|
|
|
### HasEventStream
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasEventStream() bool`
|
|
|
|
HasEventStream returns a boolean if a field has been set.
|
|
|
|
### SetEventStreamNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetEventStreamNil(b bool)`
|
|
|
|
SetEventStreamNil sets the value for EventStream to be an explicit nil
|
|
|
|
### UnsetEventStream
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetEventStream()`
|
|
|
|
UnsetEventStream ensures that no value is present for EventStream, not even an explicit nil
|
|
### GetFriendlyName
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetFriendlyName() interface{}`
|
|
|
|
GetFriendlyName returns the FriendlyName field if non-nil, zero value otherwise.
|
|
|
|
### GetFriendlyNameOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetFriendlyNameOk() (*interface{}, bool)`
|
|
|
|
GetFriendlyNameOk returns a tuple with the FriendlyName field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetFriendlyName
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetFriendlyName(v interface{})`
|
|
|
|
SetFriendlyName sets FriendlyName field to given value.
|
|
|
|
### HasFriendlyName
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasFriendlyName() bool`
|
|
|
|
HasFriendlyName returns a boolean if a field has been set.
|
|
|
|
### SetFriendlyNameNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetFriendlyNameNil(b bool)`
|
|
|
|
SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil
|
|
|
|
### UnsetFriendlyName
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetFriendlyName()`
|
|
|
|
UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil
|
|
### GetHubSearch
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetHubSearch() interface{}`
|
|
|
|
GetHubSearch returns the HubSearch field if non-nil, zero value otherwise.
|
|
|
|
### GetHubSearchOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetHubSearchOk() (*interface{}, bool)`
|
|
|
|
GetHubSearchOk returns a tuple with the HubSearch field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetHubSearch
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetHubSearch(v interface{})`
|
|
|
|
SetHubSearch sets HubSearch field to given value.
|
|
|
|
### HasHubSearch
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasHubSearch() bool`
|
|
|
|
HasHubSearch returns a boolean if a field has been set.
|
|
|
|
### SetHubSearchNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetHubSearchNil(b bool)`
|
|
|
|
SetHubSearchNil sets the value for HubSearch to be an explicit nil
|
|
|
|
### UnsetHubSearch
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetHubSearch()`
|
|
|
|
UnsetHubSearch ensures that no value is present for HubSearch, not even an explicit nil
|
|
### GetItemClusters
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetItemClusters() interface{}`
|
|
|
|
GetItemClusters returns the ItemClusters field if non-nil, zero value otherwise.
|
|
|
|
### GetItemClustersOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetItemClustersOk() (*interface{}, bool)`
|
|
|
|
GetItemClustersOk returns a tuple with the ItemClusters field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetItemClusters
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetItemClusters(v interface{})`
|
|
|
|
SetItemClusters sets ItemClusters field to given value.
|
|
|
|
### HasItemClusters
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasItemClusters() bool`
|
|
|
|
HasItemClusters returns a boolean if a field has been set.
|
|
|
|
### SetItemClustersNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetItemClustersNil(b bool)`
|
|
|
|
SetItemClustersNil sets the value for ItemClusters to be an explicit nil
|
|
|
|
### UnsetItemClusters
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetItemClusters()`
|
|
|
|
UnsetItemClusters ensures that no value is present for ItemClusters, not even an explicit nil
|
|
### GetLivetv
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetLivetv() interface{}`
|
|
|
|
GetLivetv returns the Livetv field if non-nil, zero value otherwise.
|
|
|
|
### GetLivetvOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetLivetvOk() (*interface{}, bool)`
|
|
|
|
GetLivetvOk returns a tuple with the Livetv field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetLivetv
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetLivetv(v interface{})`
|
|
|
|
SetLivetv sets Livetv field to given value.
|
|
|
|
### HasLivetv
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasLivetv() bool`
|
|
|
|
HasLivetv returns a boolean if a field has been set.
|
|
|
|
### SetLivetvNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetLivetvNil(b bool)`
|
|
|
|
SetLivetvNil sets the value for Livetv to be an explicit nil
|
|
|
|
### UnsetLivetv
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetLivetv()`
|
|
|
|
UnsetLivetv ensures that no value is present for Livetv, not even an explicit nil
|
|
### GetMachineIdentifier
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMachineIdentifier() interface{}`
|
|
|
|
GetMachineIdentifier returns the MachineIdentifier field if non-nil, zero value otherwise.
|
|
|
|
### GetMachineIdentifierOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMachineIdentifierOk() (*interface{}, bool)`
|
|
|
|
GetMachineIdentifierOk returns a tuple with the MachineIdentifier field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMachineIdentifier
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMachineIdentifier(v interface{})`
|
|
|
|
SetMachineIdentifier sets MachineIdentifier field to given value.
|
|
|
|
### HasMachineIdentifier
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMachineIdentifier() bool`
|
|
|
|
HasMachineIdentifier returns a boolean if a field has been set.
|
|
|
|
### SetMachineIdentifierNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMachineIdentifierNil(b bool)`
|
|
|
|
SetMachineIdentifierNil sets the value for MachineIdentifier to be an explicit nil
|
|
|
|
### UnsetMachineIdentifier
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMachineIdentifier()`
|
|
|
|
UnsetMachineIdentifier ensures that no value is present for MachineIdentifier, not even an explicit nil
|
|
### GetMediaProviders
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMediaProviders() interface{}`
|
|
|
|
GetMediaProviders returns the MediaProviders field if non-nil, zero value otherwise.
|
|
|
|
### GetMediaProvidersOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMediaProvidersOk() (*interface{}, bool)`
|
|
|
|
GetMediaProvidersOk returns a tuple with the MediaProviders field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMediaProviders
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMediaProviders(v interface{})`
|
|
|
|
SetMediaProviders sets MediaProviders field to given value.
|
|
|
|
### HasMediaProviders
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMediaProviders() bool`
|
|
|
|
HasMediaProviders returns a boolean if a field has been set.
|
|
|
|
### SetMediaProvidersNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMediaProvidersNil(b bool)`
|
|
|
|
SetMediaProvidersNil sets the value for MediaProviders to be an explicit nil
|
|
|
|
### UnsetMediaProviders
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMediaProviders()`
|
|
|
|
UnsetMediaProviders ensures that no value is present for MediaProviders, not even an explicit nil
|
|
### GetMultiuser
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMultiuser() interface{}`
|
|
|
|
GetMultiuser returns the Multiuser field if non-nil, zero value otherwise.
|
|
|
|
### GetMultiuserOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMultiuserOk() (*interface{}, bool)`
|
|
|
|
GetMultiuserOk returns a tuple with the Multiuser field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMultiuser
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMultiuser(v interface{})`
|
|
|
|
SetMultiuser sets Multiuser field to given value.
|
|
|
|
### HasMultiuser
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMultiuser() bool`
|
|
|
|
HasMultiuser returns a boolean if a field has been set.
|
|
|
|
### SetMultiuserNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMultiuserNil(b bool)`
|
|
|
|
SetMultiuserNil sets the value for Multiuser to be an explicit nil
|
|
|
|
### UnsetMultiuser
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMultiuser()`
|
|
|
|
UnsetMultiuser ensures that no value is present for Multiuser, not even an explicit nil
|
|
### GetMusicAnalysis
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMusicAnalysis() interface{}`
|
|
|
|
GetMusicAnalysis returns the MusicAnalysis field if non-nil, zero value otherwise.
|
|
|
|
### GetMusicAnalysisOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMusicAnalysisOk() (*interface{}, bool)`
|
|
|
|
GetMusicAnalysisOk returns a tuple with the MusicAnalysis field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMusicAnalysis
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMusicAnalysis(v interface{})`
|
|
|
|
SetMusicAnalysis sets MusicAnalysis field to given value.
|
|
|
|
### HasMusicAnalysis
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMusicAnalysis() bool`
|
|
|
|
HasMusicAnalysis returns a boolean if a field has been set.
|
|
|
|
### SetMusicAnalysisNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMusicAnalysisNil(b bool)`
|
|
|
|
SetMusicAnalysisNil sets the value for MusicAnalysis to be an explicit nil
|
|
|
|
### UnsetMusicAnalysis
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMusicAnalysis()`
|
|
|
|
UnsetMusicAnalysis ensures that no value is present for MusicAnalysis, not even an explicit nil
|
|
### GetMyPlex
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlex() interface{}`
|
|
|
|
GetMyPlex returns the MyPlex field if non-nil, zero value otherwise.
|
|
|
|
### GetMyPlexOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexOk() (*interface{}, bool)`
|
|
|
|
GetMyPlexOk returns a tuple with the MyPlex field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMyPlex
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlex(v interface{})`
|
|
|
|
SetMyPlex sets MyPlex field to given value.
|
|
|
|
### HasMyPlex
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMyPlex() bool`
|
|
|
|
HasMyPlex returns a boolean if a field has been set.
|
|
|
|
### SetMyPlexNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexNil(b bool)`
|
|
|
|
SetMyPlexNil sets the value for MyPlex to be an explicit nil
|
|
|
|
### UnsetMyPlex
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMyPlex()`
|
|
|
|
UnsetMyPlex ensures that no value is present for MyPlex, not even an explicit nil
|
|
### GetMyPlexMappingState
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexMappingState() interface{}`
|
|
|
|
GetMyPlexMappingState returns the MyPlexMappingState field if non-nil, zero value otherwise.
|
|
|
|
### GetMyPlexMappingStateOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexMappingStateOk() (*interface{}, bool)`
|
|
|
|
GetMyPlexMappingStateOk returns a tuple with the MyPlexMappingState field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMyPlexMappingState
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexMappingState(v interface{})`
|
|
|
|
SetMyPlexMappingState sets MyPlexMappingState field to given value.
|
|
|
|
### HasMyPlexMappingState
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMyPlexMappingState() bool`
|
|
|
|
HasMyPlexMappingState returns a boolean if a field has been set.
|
|
|
|
### SetMyPlexMappingStateNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexMappingStateNil(b bool)`
|
|
|
|
SetMyPlexMappingStateNil sets the value for MyPlexMappingState to be an explicit nil
|
|
|
|
### UnsetMyPlexMappingState
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMyPlexMappingState()`
|
|
|
|
UnsetMyPlexMappingState ensures that no value is present for MyPlexMappingState, not even an explicit nil
|
|
### GetMyPlexSigninState
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexSigninState() interface{}`
|
|
|
|
GetMyPlexSigninState returns the MyPlexSigninState field if non-nil, zero value otherwise.
|
|
|
|
### GetMyPlexSigninStateOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexSigninStateOk() (*interface{}, bool)`
|
|
|
|
GetMyPlexSigninStateOk returns a tuple with the MyPlexSigninState field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMyPlexSigninState
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexSigninState(v interface{})`
|
|
|
|
SetMyPlexSigninState sets MyPlexSigninState field to given value.
|
|
|
|
### HasMyPlexSigninState
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMyPlexSigninState() bool`
|
|
|
|
HasMyPlexSigninState returns a boolean if a field has been set.
|
|
|
|
### SetMyPlexSigninStateNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexSigninStateNil(b bool)`
|
|
|
|
SetMyPlexSigninStateNil sets the value for MyPlexSigninState to be an explicit nil
|
|
|
|
### UnsetMyPlexSigninState
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMyPlexSigninState()`
|
|
|
|
UnsetMyPlexSigninState ensures that no value is present for MyPlexSigninState, not even an explicit nil
|
|
### GetMyPlexSubscription
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexSubscription() interface{}`
|
|
|
|
GetMyPlexSubscription returns the MyPlexSubscription field if non-nil, zero value otherwise.
|
|
|
|
### GetMyPlexSubscriptionOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexSubscriptionOk() (*interface{}, bool)`
|
|
|
|
GetMyPlexSubscriptionOk returns a tuple with the MyPlexSubscription field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMyPlexSubscription
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexSubscription(v interface{})`
|
|
|
|
SetMyPlexSubscription sets MyPlexSubscription field to given value.
|
|
|
|
### HasMyPlexSubscription
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMyPlexSubscription() bool`
|
|
|
|
HasMyPlexSubscription returns a boolean if a field has been set.
|
|
|
|
### SetMyPlexSubscriptionNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexSubscriptionNil(b bool)`
|
|
|
|
SetMyPlexSubscriptionNil sets the value for MyPlexSubscription to be an explicit nil
|
|
|
|
### UnsetMyPlexSubscription
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMyPlexSubscription()`
|
|
|
|
UnsetMyPlexSubscription ensures that no value is present for MyPlexSubscription, not even an explicit nil
|
|
### GetMyPlexUsername
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexUsername() interface{}`
|
|
|
|
GetMyPlexUsername returns the MyPlexUsername field if non-nil, zero value otherwise.
|
|
|
|
### GetMyPlexUsernameOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetMyPlexUsernameOk() (*interface{}, bool)`
|
|
|
|
GetMyPlexUsernameOk returns a tuple with the MyPlexUsername field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetMyPlexUsername
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexUsername(v interface{})`
|
|
|
|
SetMyPlexUsername sets MyPlexUsername field to given value.
|
|
|
|
### HasMyPlexUsername
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasMyPlexUsername() bool`
|
|
|
|
HasMyPlexUsername returns a boolean if a field has been set.
|
|
|
|
### SetMyPlexUsernameNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetMyPlexUsernameNil(b bool)`
|
|
|
|
SetMyPlexUsernameNil sets the value for MyPlexUsername to be an explicit nil
|
|
|
|
### UnsetMyPlexUsername
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetMyPlexUsername()`
|
|
|
|
UnsetMyPlexUsername ensures that no value is present for MyPlexUsername, not even an explicit nil
|
|
### GetOfflineTranscode
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetOfflineTranscode() interface{}`
|
|
|
|
GetOfflineTranscode returns the OfflineTranscode field if non-nil, zero value otherwise.
|
|
|
|
### GetOfflineTranscodeOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetOfflineTranscodeOk() (*interface{}, bool)`
|
|
|
|
GetOfflineTranscodeOk returns a tuple with the OfflineTranscode field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetOfflineTranscode
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetOfflineTranscode(v interface{})`
|
|
|
|
SetOfflineTranscode sets OfflineTranscode field to given value.
|
|
|
|
### HasOfflineTranscode
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasOfflineTranscode() bool`
|
|
|
|
HasOfflineTranscode returns a boolean if a field has been set.
|
|
|
|
### SetOfflineTranscodeNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetOfflineTranscodeNil(b bool)`
|
|
|
|
SetOfflineTranscodeNil sets the value for OfflineTranscode to be an explicit nil
|
|
|
|
### UnsetOfflineTranscode
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetOfflineTranscode()`
|
|
|
|
UnsetOfflineTranscode ensures that no value is present for OfflineTranscode, not even an explicit nil
|
|
### GetOwnerFeatures
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetOwnerFeatures() interface{}`
|
|
|
|
GetOwnerFeatures returns the OwnerFeatures field if non-nil, zero value otherwise.
|
|
|
|
### GetOwnerFeaturesOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetOwnerFeaturesOk() (*interface{}, bool)`
|
|
|
|
GetOwnerFeaturesOk returns a tuple with the OwnerFeatures field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetOwnerFeatures
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetOwnerFeatures(v interface{})`
|
|
|
|
SetOwnerFeatures sets OwnerFeatures field to given value.
|
|
|
|
### HasOwnerFeatures
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasOwnerFeatures() bool`
|
|
|
|
HasOwnerFeatures returns a boolean if a field has been set.
|
|
|
|
### SetOwnerFeaturesNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetOwnerFeaturesNil(b bool)`
|
|
|
|
SetOwnerFeaturesNil sets the value for OwnerFeatures to be an explicit nil
|
|
|
|
### UnsetOwnerFeatures
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetOwnerFeatures()`
|
|
|
|
UnsetOwnerFeatures ensures that no value is present for OwnerFeatures, not even an explicit nil
|
|
### GetPhotoAutoTag
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPhotoAutoTag() interface{}`
|
|
|
|
GetPhotoAutoTag returns the PhotoAutoTag field if non-nil, zero value otherwise.
|
|
|
|
### GetPhotoAutoTagOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPhotoAutoTagOk() (*interface{}, bool)`
|
|
|
|
GetPhotoAutoTagOk returns a tuple with the PhotoAutoTag field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPhotoAutoTag
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPhotoAutoTag(v interface{})`
|
|
|
|
SetPhotoAutoTag sets PhotoAutoTag field to given value.
|
|
|
|
### HasPhotoAutoTag
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasPhotoAutoTag() bool`
|
|
|
|
HasPhotoAutoTag returns a boolean if a field has been set.
|
|
|
|
### SetPhotoAutoTagNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPhotoAutoTagNil(b bool)`
|
|
|
|
SetPhotoAutoTagNil sets the value for PhotoAutoTag to be an explicit nil
|
|
|
|
### UnsetPhotoAutoTag
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetPhotoAutoTag()`
|
|
|
|
UnsetPhotoAutoTag ensures that no value is present for PhotoAutoTag, not even an explicit nil
|
|
### GetPlatform
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPlatform() interface{}`
|
|
|
|
GetPlatform returns the Platform field if non-nil, zero value otherwise.
|
|
|
|
### GetPlatformOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPlatformOk() (*interface{}, bool)`
|
|
|
|
GetPlatformOk returns a tuple with the Platform field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPlatform
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPlatform(v interface{})`
|
|
|
|
SetPlatform sets Platform field to given value.
|
|
|
|
### HasPlatform
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasPlatform() bool`
|
|
|
|
HasPlatform returns a boolean if a field has been set.
|
|
|
|
### SetPlatformNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPlatformNil(b bool)`
|
|
|
|
SetPlatformNil sets the value for Platform to be an explicit nil
|
|
|
|
### UnsetPlatform
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetPlatform()`
|
|
|
|
UnsetPlatform ensures that no value is present for Platform, not even an explicit nil
|
|
### GetPlatformVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPlatformVersion() interface{}`
|
|
|
|
GetPlatformVersion returns the PlatformVersion field if non-nil, zero value otherwise.
|
|
|
|
### GetPlatformVersionOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPlatformVersionOk() (*interface{}, bool)`
|
|
|
|
GetPlatformVersionOk returns a tuple with the PlatformVersion field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPlatformVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPlatformVersion(v interface{})`
|
|
|
|
SetPlatformVersion sets PlatformVersion field to given value.
|
|
|
|
### HasPlatformVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasPlatformVersion() bool`
|
|
|
|
HasPlatformVersion returns a boolean if a field has been set.
|
|
|
|
### SetPlatformVersionNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPlatformVersionNil(b bool)`
|
|
|
|
SetPlatformVersionNil sets the value for PlatformVersion to be an explicit nil
|
|
|
|
### UnsetPlatformVersion
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetPlatformVersion()`
|
|
|
|
UnsetPlatformVersion ensures that no value is present for PlatformVersion, not even an explicit nil
|
|
### GetPluginHost
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPluginHost() interface{}`
|
|
|
|
GetPluginHost returns the PluginHost field if non-nil, zero value otherwise.
|
|
|
|
### GetPluginHostOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPluginHostOk() (*interface{}, bool)`
|
|
|
|
GetPluginHostOk returns a tuple with the PluginHost field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPluginHost
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPluginHost(v interface{})`
|
|
|
|
SetPluginHost sets PluginHost field to given value.
|
|
|
|
### HasPluginHost
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasPluginHost() bool`
|
|
|
|
HasPluginHost returns a boolean if a field has been set.
|
|
|
|
### SetPluginHostNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPluginHostNil(b bool)`
|
|
|
|
SetPluginHostNil sets the value for PluginHost to be an explicit nil
|
|
|
|
### UnsetPluginHost
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetPluginHost()`
|
|
|
|
UnsetPluginHost ensures that no value is present for PluginHost, not even an explicit nil
|
|
### GetPushNotifications
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPushNotifications() interface{}`
|
|
|
|
GetPushNotifications returns the PushNotifications field if non-nil, zero value otherwise.
|
|
|
|
### GetPushNotificationsOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetPushNotificationsOk() (*interface{}, bool)`
|
|
|
|
GetPushNotificationsOk returns a tuple with the PushNotifications field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPushNotifications
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPushNotifications(v interface{})`
|
|
|
|
SetPushNotifications sets PushNotifications field to given value.
|
|
|
|
### HasPushNotifications
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasPushNotifications() bool`
|
|
|
|
HasPushNotifications returns a boolean if a field has been set.
|
|
|
|
### SetPushNotificationsNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetPushNotificationsNil(b bool)`
|
|
|
|
SetPushNotificationsNil sets the value for PushNotifications to be an explicit nil
|
|
|
|
### UnsetPushNotifications
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetPushNotifications()`
|
|
|
|
UnsetPushNotifications ensures that no value is present for PushNotifications, not even an explicit nil
|
|
### GetReadOnlyLibraries
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetReadOnlyLibraries() interface{}`
|
|
|
|
GetReadOnlyLibraries returns the ReadOnlyLibraries field if non-nil, zero value otherwise.
|
|
|
|
### GetReadOnlyLibrariesOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetReadOnlyLibrariesOk() (*interface{}, bool)`
|
|
|
|
GetReadOnlyLibrariesOk returns a tuple with the ReadOnlyLibraries field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetReadOnlyLibraries
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetReadOnlyLibraries(v interface{})`
|
|
|
|
SetReadOnlyLibraries sets ReadOnlyLibraries field to given value.
|
|
|
|
### HasReadOnlyLibraries
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasReadOnlyLibraries() bool`
|
|
|
|
HasReadOnlyLibraries returns a boolean if a field has been set.
|
|
|
|
### SetReadOnlyLibrariesNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetReadOnlyLibrariesNil(b bool)`
|
|
|
|
SetReadOnlyLibrariesNil sets the value for ReadOnlyLibraries to be an explicit nil
|
|
|
|
### UnsetReadOnlyLibraries
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetReadOnlyLibraries()`
|
|
|
|
UnsetReadOnlyLibraries ensures that no value is present for ReadOnlyLibraries, not even an explicit nil
|
|
### GetStreamingBrainABRVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetStreamingBrainABRVersion() interface{}`
|
|
|
|
GetStreamingBrainABRVersion returns the StreamingBrainABRVersion field if non-nil, zero value otherwise.
|
|
|
|
### GetStreamingBrainABRVersionOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetStreamingBrainABRVersionOk() (*interface{}, bool)`
|
|
|
|
GetStreamingBrainABRVersionOk returns a tuple with the StreamingBrainABRVersion field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetStreamingBrainABRVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetStreamingBrainABRVersion(v interface{})`
|
|
|
|
SetStreamingBrainABRVersion sets StreamingBrainABRVersion field to given value.
|
|
|
|
### HasStreamingBrainABRVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasStreamingBrainABRVersion() bool`
|
|
|
|
HasStreamingBrainABRVersion returns a boolean if a field has been set.
|
|
|
|
### SetStreamingBrainABRVersionNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetStreamingBrainABRVersionNil(b bool)`
|
|
|
|
SetStreamingBrainABRVersionNil sets the value for StreamingBrainABRVersion to be an explicit nil
|
|
|
|
### UnsetStreamingBrainABRVersion
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetStreamingBrainABRVersion()`
|
|
|
|
UnsetStreamingBrainABRVersion ensures that no value is present for StreamingBrainABRVersion, not even an explicit nil
|
|
### GetStreamingBrainVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetStreamingBrainVersion() interface{}`
|
|
|
|
GetStreamingBrainVersion returns the StreamingBrainVersion field if non-nil, zero value otherwise.
|
|
|
|
### GetStreamingBrainVersionOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetStreamingBrainVersionOk() (*interface{}, bool)`
|
|
|
|
GetStreamingBrainVersionOk returns a tuple with the StreamingBrainVersion field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetStreamingBrainVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetStreamingBrainVersion(v interface{})`
|
|
|
|
SetStreamingBrainVersion sets StreamingBrainVersion field to given value.
|
|
|
|
### HasStreamingBrainVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasStreamingBrainVersion() bool`
|
|
|
|
HasStreamingBrainVersion returns a boolean if a field has been set.
|
|
|
|
### SetStreamingBrainVersionNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetStreamingBrainVersionNil(b bool)`
|
|
|
|
SetStreamingBrainVersionNil sets the value for StreamingBrainVersion to be an explicit nil
|
|
|
|
### UnsetStreamingBrainVersion
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetStreamingBrainVersion()`
|
|
|
|
UnsetStreamingBrainVersion ensures that no value is present for StreamingBrainVersion, not even an explicit nil
|
|
### GetSync
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetSync() interface{}`
|
|
|
|
GetSync returns the Sync field if non-nil, zero value otherwise.
|
|
|
|
### GetSyncOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetSyncOk() (*interface{}, bool)`
|
|
|
|
GetSyncOk returns a tuple with the Sync field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSync
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetSync(v interface{})`
|
|
|
|
SetSync sets Sync field to given value.
|
|
|
|
### HasSync
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasSync() bool`
|
|
|
|
HasSync returns a boolean if a field has been set.
|
|
|
|
### SetSyncNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetSyncNil(b bool)`
|
|
|
|
SetSyncNil sets the value for Sync to be an explicit nil
|
|
|
|
### UnsetSync
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetSync()`
|
|
|
|
UnsetSync ensures that no value is present for Sync, not even an explicit nil
|
|
### GetTranscoderActiveVideoSessions
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderActiveVideoSessions() interface{}`
|
|
|
|
GetTranscoderActiveVideoSessions returns the TranscoderActiveVideoSessions field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderActiveVideoSessionsOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderActiveVideoSessionsOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderActiveVideoSessionsOk returns a tuple with the TranscoderActiveVideoSessions field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderActiveVideoSessions
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderActiveVideoSessions(v interface{})`
|
|
|
|
SetTranscoderActiveVideoSessions sets TranscoderActiveVideoSessions field to given value.
|
|
|
|
### HasTranscoderActiveVideoSessions
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderActiveVideoSessions() bool`
|
|
|
|
HasTranscoderActiveVideoSessions returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderActiveVideoSessionsNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderActiveVideoSessionsNil(b bool)`
|
|
|
|
SetTranscoderActiveVideoSessionsNil sets the value for TranscoderActiveVideoSessions to be an explicit nil
|
|
|
|
### UnsetTranscoderActiveVideoSessions
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderActiveVideoSessions()`
|
|
|
|
UnsetTranscoderActiveVideoSessions ensures that no value is present for TranscoderActiveVideoSessions, not even an explicit nil
|
|
### GetTranscoderAudio
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderAudio() interface{}`
|
|
|
|
GetTranscoderAudio returns the TranscoderAudio field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderAudioOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderAudioOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderAudioOk returns a tuple with the TranscoderAudio field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderAudio
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderAudio(v interface{})`
|
|
|
|
SetTranscoderAudio sets TranscoderAudio field to given value.
|
|
|
|
### HasTranscoderAudio
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderAudio() bool`
|
|
|
|
HasTranscoderAudio returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderAudioNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderAudioNil(b bool)`
|
|
|
|
SetTranscoderAudioNil sets the value for TranscoderAudio to be an explicit nil
|
|
|
|
### UnsetTranscoderAudio
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderAudio()`
|
|
|
|
UnsetTranscoderAudio ensures that no value is present for TranscoderAudio, not even an explicit nil
|
|
### GetTranscoderLyrics
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderLyrics() interface{}`
|
|
|
|
GetTranscoderLyrics returns the TranscoderLyrics field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderLyricsOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderLyricsOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderLyricsOk returns a tuple with the TranscoderLyrics field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderLyrics
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderLyrics(v interface{})`
|
|
|
|
SetTranscoderLyrics sets TranscoderLyrics field to given value.
|
|
|
|
### HasTranscoderLyrics
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderLyrics() bool`
|
|
|
|
HasTranscoderLyrics returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderLyricsNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderLyricsNil(b bool)`
|
|
|
|
SetTranscoderLyricsNil sets the value for TranscoderLyrics to be an explicit nil
|
|
|
|
### UnsetTranscoderLyrics
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderLyrics()`
|
|
|
|
UnsetTranscoderLyrics ensures that no value is present for TranscoderLyrics, not even an explicit nil
|
|
### GetTranscoderPhoto
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderPhoto() interface{}`
|
|
|
|
GetTranscoderPhoto returns the TranscoderPhoto field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderPhotoOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderPhotoOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderPhotoOk returns a tuple with the TranscoderPhoto field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderPhoto
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderPhoto(v interface{})`
|
|
|
|
SetTranscoderPhoto sets TranscoderPhoto field to given value.
|
|
|
|
### HasTranscoderPhoto
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderPhoto() bool`
|
|
|
|
HasTranscoderPhoto returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderPhotoNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderPhotoNil(b bool)`
|
|
|
|
SetTranscoderPhotoNil sets the value for TranscoderPhoto to be an explicit nil
|
|
|
|
### UnsetTranscoderPhoto
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderPhoto()`
|
|
|
|
UnsetTranscoderPhoto ensures that no value is present for TranscoderPhoto, not even an explicit nil
|
|
### GetTranscoderSubtitles
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderSubtitles() interface{}`
|
|
|
|
GetTranscoderSubtitles returns the TranscoderSubtitles field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderSubtitlesOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderSubtitlesOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderSubtitlesOk returns a tuple with the TranscoderSubtitles field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderSubtitles
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderSubtitles(v interface{})`
|
|
|
|
SetTranscoderSubtitles sets TranscoderSubtitles field to given value.
|
|
|
|
### HasTranscoderSubtitles
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderSubtitles() bool`
|
|
|
|
HasTranscoderSubtitles returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderSubtitlesNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderSubtitlesNil(b bool)`
|
|
|
|
SetTranscoderSubtitlesNil sets the value for TranscoderSubtitles to be an explicit nil
|
|
|
|
### UnsetTranscoderSubtitles
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderSubtitles()`
|
|
|
|
UnsetTranscoderSubtitles ensures that no value is present for TranscoderSubtitles, not even an explicit nil
|
|
### GetTranscoderVideo
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideo() interface{}`
|
|
|
|
GetTranscoderVideo returns the TranscoderVideo field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderVideoOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderVideoOk returns a tuple with the TranscoderVideo field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderVideo
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideo(v interface{})`
|
|
|
|
SetTranscoderVideo sets TranscoderVideo field to given value.
|
|
|
|
### HasTranscoderVideo
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderVideo() bool`
|
|
|
|
HasTranscoderVideo returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderVideoNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoNil(b bool)`
|
|
|
|
SetTranscoderVideoNil sets the value for TranscoderVideo to be an explicit nil
|
|
|
|
### UnsetTranscoderVideo
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderVideo()`
|
|
|
|
UnsetTranscoderVideo ensures that no value is present for TranscoderVideo, not even an explicit nil
|
|
### GetTranscoderVideoBitrates
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoBitrates() interface{}`
|
|
|
|
GetTranscoderVideoBitrates returns the TranscoderVideoBitrates field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderVideoBitratesOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoBitratesOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderVideoBitratesOk returns a tuple with the TranscoderVideoBitrates field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderVideoBitrates
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoBitrates(v interface{})`
|
|
|
|
SetTranscoderVideoBitrates sets TranscoderVideoBitrates field to given value.
|
|
|
|
### HasTranscoderVideoBitrates
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderVideoBitrates() bool`
|
|
|
|
HasTranscoderVideoBitrates returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderVideoBitratesNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoBitratesNil(b bool)`
|
|
|
|
SetTranscoderVideoBitratesNil sets the value for TranscoderVideoBitrates to be an explicit nil
|
|
|
|
### UnsetTranscoderVideoBitrates
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderVideoBitrates()`
|
|
|
|
UnsetTranscoderVideoBitrates ensures that no value is present for TranscoderVideoBitrates, not even an explicit nil
|
|
### GetTranscoderVideoQualities
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoQualities() interface{}`
|
|
|
|
GetTranscoderVideoQualities returns the TranscoderVideoQualities field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderVideoQualitiesOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoQualitiesOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderVideoQualitiesOk returns a tuple with the TranscoderVideoQualities field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderVideoQualities
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoQualities(v interface{})`
|
|
|
|
SetTranscoderVideoQualities sets TranscoderVideoQualities field to given value.
|
|
|
|
### HasTranscoderVideoQualities
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderVideoQualities() bool`
|
|
|
|
HasTranscoderVideoQualities returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderVideoQualitiesNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoQualitiesNil(b bool)`
|
|
|
|
SetTranscoderVideoQualitiesNil sets the value for TranscoderVideoQualities to be an explicit nil
|
|
|
|
### UnsetTranscoderVideoQualities
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderVideoQualities()`
|
|
|
|
UnsetTranscoderVideoQualities ensures that no value is present for TranscoderVideoQualities, not even an explicit nil
|
|
### GetTranscoderVideoResolutions
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoResolutions() interface{}`
|
|
|
|
GetTranscoderVideoResolutions returns the TranscoderVideoResolutions field if non-nil, zero value otherwise.
|
|
|
|
### GetTranscoderVideoResolutionsOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetTranscoderVideoResolutionsOk() (*interface{}, bool)`
|
|
|
|
GetTranscoderVideoResolutionsOk returns a tuple with the TranscoderVideoResolutions field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetTranscoderVideoResolutions
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoResolutions(v interface{})`
|
|
|
|
SetTranscoderVideoResolutions sets TranscoderVideoResolutions field to given value.
|
|
|
|
### HasTranscoderVideoResolutions
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasTranscoderVideoResolutions() bool`
|
|
|
|
HasTranscoderVideoResolutions returns a boolean if a field has been set.
|
|
|
|
### SetTranscoderVideoResolutionsNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetTranscoderVideoResolutionsNil(b bool)`
|
|
|
|
SetTranscoderVideoResolutionsNil sets the value for TranscoderVideoResolutions to be an explicit nil
|
|
|
|
### UnsetTranscoderVideoResolutions
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetTranscoderVideoResolutions()`
|
|
|
|
UnsetTranscoderVideoResolutions ensures that no value is present for TranscoderVideoResolutions, not even an explicit nil
|
|
### GetUpdatedAt
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetUpdatedAt() interface{}`
|
|
|
|
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
|
|
|
|
### GetUpdatedAtOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetUpdatedAtOk() (*interface{}, bool)`
|
|
|
|
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetUpdatedAt
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetUpdatedAt(v interface{})`
|
|
|
|
SetUpdatedAt sets UpdatedAt field to given value.
|
|
|
|
### HasUpdatedAt
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasUpdatedAt() bool`
|
|
|
|
HasUpdatedAt returns a boolean if a field has been set.
|
|
|
|
### SetUpdatedAtNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetUpdatedAtNil(b bool)`
|
|
|
|
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
|
|
|
|
### UnsetUpdatedAt
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetUpdatedAt()`
|
|
|
|
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
|
|
### GetUpdater
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetUpdater() interface{}`
|
|
|
|
GetUpdater returns the Updater field if non-nil, zero value otherwise.
|
|
|
|
### GetUpdaterOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetUpdaterOk() (*interface{}, bool)`
|
|
|
|
GetUpdaterOk returns a tuple with the Updater field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetUpdater
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetUpdater(v interface{})`
|
|
|
|
SetUpdater sets Updater field to given value.
|
|
|
|
### HasUpdater
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasUpdater() bool`
|
|
|
|
HasUpdater returns a boolean if a field has been set.
|
|
|
|
### SetUpdaterNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetUpdaterNil(b bool)`
|
|
|
|
SetUpdaterNil sets the value for Updater to be an explicit nil
|
|
|
|
### UnsetUpdater
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetUpdater()`
|
|
|
|
UnsetUpdater ensures that no value is present for Updater, not even an explicit nil
|
|
### GetVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetVersion() interface{}`
|
|
|
|
GetVersion returns the Version field if non-nil, zero value otherwise.
|
|
|
|
### GetVersionOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetVersionOk() (*interface{}, bool)`
|
|
|
|
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetVersion(v interface{})`
|
|
|
|
SetVersion sets Version field to given value.
|
|
|
|
### HasVersion
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasVersion() bool`
|
|
|
|
HasVersion returns a boolean if a field has been set.
|
|
|
|
### SetVersionNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetVersionNil(b bool)`
|
|
|
|
SetVersionNil sets the value for Version to be an explicit nil
|
|
|
|
### UnsetVersion
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetVersion()`
|
|
|
|
UnsetVersion ensures that no value is present for Version, not even an explicit nil
|
|
### GetVoiceSearch
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetVoiceSearch() interface{}`
|
|
|
|
GetVoiceSearch returns the VoiceSearch field if non-nil, zero value otherwise.
|
|
|
|
### GetVoiceSearchOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetVoiceSearchOk() (*interface{}, bool)`
|
|
|
|
GetVoiceSearchOk returns a tuple with the VoiceSearch field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetVoiceSearch
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetVoiceSearch(v interface{})`
|
|
|
|
SetVoiceSearch sets VoiceSearch field to given value.
|
|
|
|
### HasVoiceSearch
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasVoiceSearch() bool`
|
|
|
|
HasVoiceSearch returns a boolean if a field has been set.
|
|
|
|
### SetVoiceSearchNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetVoiceSearchNil(b bool)`
|
|
|
|
SetVoiceSearchNil sets the value for VoiceSearch to be an explicit nil
|
|
|
|
### UnsetVoiceSearch
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetVoiceSearch()`
|
|
|
|
UnsetVoiceSearch ensures that no value is present for VoiceSearch, not even an explicit nil
|
|
### GetDirectory
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetDirectory() interface{}`
|
|
|
|
GetDirectory returns the Directory field if non-nil, zero value otherwise.
|
|
|
|
### GetDirectoryOk
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) GetDirectoryOk() (*interface{}, bool)`
|
|
|
|
GetDirectoryOk returns a tuple with the Directory field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDirectory
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetDirectory(v interface{})`
|
|
|
|
SetDirectory sets Directory field to given value.
|
|
|
|
### HasDirectory
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) HasDirectory() bool`
|
|
|
|
HasDirectory returns a boolean if a field has been set.
|
|
|
|
### SetDirectoryNil
|
|
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) SetDirectoryNil(b bool)`
|
|
|
|
SetDirectoryNil sets the value for Directory to be an explicit nil
|
|
|
|
### UnsetDirectory
|
|
`func (o *GetServerCapabilities200ResponseMediaContainer) UnsetDirectory()`
|
|
|
|
UnsetDirectory ensures that no value is present for Directory, not even an explicit nil
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|