| 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] |
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
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
func (o *AlternativeTitleResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *AlternativeTitleResource) SetId(v int32)
SetId sets Id field to given value.
func (o *AlternativeTitleResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AlternativeTitleResource) GetSourceType() SourceType
GetSourceType returns the SourceType field if non-nil, zero value otherwise.
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.
func (o *AlternativeTitleResource) SetSourceType(v SourceType)
SetSourceType sets SourceType field to given value.
func (o *AlternativeTitleResource) HasSourceType() bool
HasSourceType returns a boolean if a field has been set.
func (o *AlternativeTitleResource) GetMovieMetadataId() int32
GetMovieMetadataId returns the MovieMetadataId field if non-nil, zero value otherwise.
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.
func (o *AlternativeTitleResource) SetMovieMetadataId(v int32)
SetMovieMetadataId sets MovieMetadataId field to given value.
func (o *AlternativeTitleResource) HasMovieMetadataId() bool
HasMovieMetadataId returns a boolean if a field has been set.
func (o *AlternativeTitleResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *AlternativeTitleResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AlternativeTitleResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *AlternativeTitleResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *AlternativeTitleResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *AlternativeTitleResource) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.
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.
func (o *AlternativeTitleResource) SetCleanTitle(v string)
SetCleanTitle sets CleanTitle field to given value.
func (o *AlternativeTitleResource) HasCleanTitle() bool
HasCleanTitle returns a boolean if a field has been set.
func (o *AlternativeTitleResource) SetCleanTitleNil(b bool)
SetCleanTitleNil sets the value for CleanTitle to be an explicit nil
func (o *AlternativeTitleResource) UnsetCleanTitle()
UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil