Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

File metadata and controls

82 lines (45 loc) · 2.26 KB

MetadataSettingsSettings

Properties

Name Type Description Notes
Tv Pointer to string [optional]
Anime Pointer to string [optional]

Methods

NewMetadataSettingsSettings

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

NewMetadataSettingsSettingsWithDefaults

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

GetTv

func (o *MetadataSettingsSettings) GetTv() string

GetTv returns the Tv field if non-nil, zero value otherwise.

GetTvOk

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.

SetTv

func (o *MetadataSettingsSettings) SetTv(v string)

SetTv sets Tv field to given value.

HasTv

func (o *MetadataSettingsSettings) HasTv() bool

HasTv returns a boolean if a field has been set.

GetAnime

func (o *MetadataSettingsSettings) GetAnime() string

GetAnime returns the Anime field if non-nil, zero value otherwise.

GetAnimeOk

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.

SetAnime

func (o *MetadataSettingsSettings) SetAnime(v string)

SetAnime sets Anime field to given value.

HasAnime

func (o *MetadataSettingsSettings) HasAnime() bool

HasAnime returns a boolean if a field has been set.

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