Name | Type | Description | Notes |
---|---|---|---|
CoverType | Pointer to MediaCoverTypes | [optional] | |
Url | Pointer to NullableString | [optional] | |
RemoteUrl | Pointer to NullableString | [optional] |
func NewMediaCover() *MediaCover
NewMediaCover instantiates a new MediaCover 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
func NewMediaCoverWithDefaults() *MediaCover
NewMediaCoverWithDefaults instantiates a new MediaCover 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
func (o *MediaCover) GetCoverType() MediaCoverTypes
GetCoverType returns the CoverType field if non-nil, zero value otherwise.
func (o *MediaCover) GetCoverTypeOk() (*MediaCoverTypes, bool)
GetCoverTypeOk returns a tuple with the CoverType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaCover) SetCoverType(v MediaCoverTypes)
SetCoverType sets CoverType field to given value.
func (o *MediaCover) HasCoverType() bool
HasCoverType returns a boolean if a field has been set.
func (o *MediaCover) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *MediaCover) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaCover) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *MediaCover) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *MediaCover) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *MediaCover) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
func (o *MediaCover) GetRemoteUrl() string
GetRemoteUrl returns the RemoteUrl field if non-nil, zero value otherwise.
func (o *MediaCover) GetRemoteUrlOk() (*string, bool)
GetRemoteUrlOk returns a tuple with the RemoteUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaCover) SetRemoteUrl(v string)
SetRemoteUrl sets RemoteUrl field to given value.
func (o *MediaCover) HasRemoteUrl() bool
HasRemoteUrl returns a boolean if a field has been set.
func (o *MediaCover) SetRemoteUrlNil(b bool)
SetRemoteUrlNil sets the value for RemoteUrl to be an explicit nil
func (o *MediaCover) UnsetRemoteUrl()
UnsetRemoteUrl ensures that no value is present for RemoteUrl, not even an explicit nil