| Name | Type | Description | Notes |
|---|---|---|---|
| Tv | Pointer to string | [optional] | |
| Anime | Pointer to string | [optional] |
func NewMetadataSettingsSettings() *MetadataSettingsSettings
NewMetadataSettingsSettings instantiates a new MetadataSettingsSettings 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 NewMetadataSettingsSettingsWithDefaults() *MetadataSettingsSettings
NewMetadataSettingsSettingsWithDefaults instantiates a new MetadataSettingsSettings 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 *MetadataSettingsSettings) GetTv() string
GetTv returns the Tv field if non-nil, zero value otherwise.
func (o *MetadataSettingsSettings) GetTvOk() (*string, bool)
GetTvOk returns a tuple with the Tv field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataSettingsSettings) SetTv(v string)
SetTv sets Tv field to given value.
func (o *MetadataSettingsSettings) HasTv() bool
HasTv returns a boolean if a field has been set.
func (o *MetadataSettingsSettings) GetAnime() string
GetAnime returns the Anime field if non-nil, zero value otherwise.
func (o *MetadataSettingsSettings) GetAnimeOk() (*string, bool)
GetAnimeOk returns a tuple with the Anime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MetadataSettingsSettings) SetAnime(v string)
SetAnime sets Anime field to given value.
func (o *MetadataSettingsSettings) HasAnime() bool
HasAnime returns a boolean if a field has been set.