Skip to content

Latest commit

 

History

History
180 lines (99 loc) · 5.09 KB

File metadata and controls

180 lines (99 loc) · 5.09 KB

AlternativeTitleResource

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
SourceType Pointer to SourceType [optional]
MovieMetadataId Pointer to int32 [optional]
Title Pointer to NullableString [optional]
CleanTitle Pointer to NullableString [optional]

Methods

NewAlternativeTitleResource

func NewAlternativeTitleResource() *AlternativeTitleResource

NewAlternativeTitleResource instantiates a new AlternativeTitleResource 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

NewAlternativeTitleResourceWithDefaults

func NewAlternativeTitleResourceWithDefaults() *AlternativeTitleResource

NewAlternativeTitleResourceWithDefaults instantiates a new AlternativeTitleResource 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

GetId

func (o *AlternativeTitleResource) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *AlternativeTitleResource) GetIdOk() (*int32, bool)

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

SetId

func (o *AlternativeTitleResource) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *AlternativeTitleResource) HasId() bool

HasId returns a boolean if a field has been set.

GetSourceType

func (o *AlternativeTitleResource) GetSourceType() SourceType

GetSourceType returns the SourceType field if non-nil, zero value otherwise.

GetSourceTypeOk

func (o *AlternativeTitleResource) GetSourceTypeOk() (*SourceType, bool)

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

SetSourceType

func (o *AlternativeTitleResource) SetSourceType(v SourceType)

SetSourceType sets SourceType field to given value.

HasSourceType

func (o *AlternativeTitleResource) HasSourceType() bool

HasSourceType returns a boolean if a field has been set.

GetMovieMetadataId

func (o *AlternativeTitleResource) GetMovieMetadataId() int32

GetMovieMetadataId returns the MovieMetadataId field if non-nil, zero value otherwise.

GetMovieMetadataIdOk

func (o *AlternativeTitleResource) GetMovieMetadataIdOk() (*int32, bool)

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

SetMovieMetadataId

func (o *AlternativeTitleResource) SetMovieMetadataId(v int32)

SetMovieMetadataId sets MovieMetadataId field to given value.

HasMovieMetadataId

func (o *AlternativeTitleResource) HasMovieMetadataId() bool

HasMovieMetadataId returns a boolean if a field has been set.

GetTitle

func (o *AlternativeTitleResource) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *AlternativeTitleResource) GetTitleOk() (*string, bool)

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

SetTitle

func (o *AlternativeTitleResource) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *AlternativeTitleResource) HasTitle() bool

HasTitle returns a boolean if a field has been set.

SetTitleNil

func (o *AlternativeTitleResource) SetTitleNil(b bool)

SetTitleNil sets the value for Title to be an explicit nil

UnsetTitle

func (o *AlternativeTitleResource) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

GetCleanTitle

func (o *AlternativeTitleResource) GetCleanTitle() string

GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.

GetCleanTitleOk

func (o *AlternativeTitleResource) GetCleanTitleOk() (*string, bool)

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

SetCleanTitle

func (o *AlternativeTitleResource) SetCleanTitle(v string)

SetCleanTitle sets CleanTitle field to given value.

HasCleanTitle

func (o *AlternativeTitleResource) HasCleanTitle() bool

HasCleanTitle returns a boolean if a field has been set.

SetCleanTitleNil

func (o *AlternativeTitleResource) SetCleanTitleNil(b bool)

SetCleanTitleNil sets the value for CleanTitle to be an explicit nil

UnsetCleanTitle

func (o *AlternativeTitleResource) UnsetCleanTitle()

UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil

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