Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to NullableString | [optional] | |
SeasonNumber | Pointer to NullableInt32 | [optional] | |
SceneSeasonNumber | Pointer to NullableInt32 | [optional] | |
SceneOrigin | Pointer to NullableString | [optional] | |
Comment | Pointer to NullableString | [optional] |
func NewAlternateTitleResource() *AlternateTitleResource
NewAlternateTitleResource instantiates a new AlternateTitleResource 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 NewAlternateTitleResourceWithDefaults() *AlternateTitleResource
NewAlternateTitleResourceWithDefaults instantiates a new AlternateTitleResource 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 *AlternateTitleResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AlternateTitleResource) 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 *AlternateTitleResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AlternateTitleResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *AlternateTitleResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *AlternateTitleResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *AlternateTitleResource) GetSeasonNumber() int32
GetSeasonNumber returns the SeasonNumber field if non-nil, zero value otherwise.
func (o *AlternateTitleResource) GetSeasonNumberOk() (*int32, bool)
GetSeasonNumberOk returns a tuple with the SeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlternateTitleResource) SetSeasonNumber(v int32)
SetSeasonNumber sets SeasonNumber field to given value.
func (o *AlternateTitleResource) HasSeasonNumber() bool
HasSeasonNumber returns a boolean if a field has been set.
func (o *AlternateTitleResource) SetSeasonNumberNil(b bool)
SetSeasonNumberNil sets the value for SeasonNumber to be an explicit nil
func (o *AlternateTitleResource) UnsetSeasonNumber()
UnsetSeasonNumber ensures that no value is present for SeasonNumber, not even an explicit nil
func (o *AlternateTitleResource) GetSceneSeasonNumber() int32
GetSceneSeasonNumber returns the SceneSeasonNumber field if non-nil, zero value otherwise.
func (o *AlternateTitleResource) GetSceneSeasonNumberOk() (*int32, bool)
GetSceneSeasonNumberOk returns a tuple with the SceneSeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlternateTitleResource) SetSceneSeasonNumber(v int32)
SetSceneSeasonNumber sets SceneSeasonNumber field to given value.
func (o *AlternateTitleResource) HasSceneSeasonNumber() bool
HasSceneSeasonNumber returns a boolean if a field has been set.
func (o *AlternateTitleResource) SetSceneSeasonNumberNil(b bool)
SetSceneSeasonNumberNil sets the value for SceneSeasonNumber to be an explicit nil
func (o *AlternateTitleResource) UnsetSceneSeasonNumber()
UnsetSceneSeasonNumber ensures that no value is present for SceneSeasonNumber, not even an explicit nil
func (o *AlternateTitleResource) GetSceneOrigin() string
GetSceneOrigin returns the SceneOrigin field if non-nil, zero value otherwise.
func (o *AlternateTitleResource) GetSceneOriginOk() (*string, bool)
GetSceneOriginOk returns a tuple with the SceneOrigin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlternateTitleResource) SetSceneOrigin(v string)
SetSceneOrigin sets SceneOrigin field to given value.
func (o *AlternateTitleResource) HasSceneOrigin() bool
HasSceneOrigin returns a boolean if a field has been set.
func (o *AlternateTitleResource) SetSceneOriginNil(b bool)
SetSceneOriginNil sets the value for SceneOrigin to be an explicit nil
func (o *AlternateTitleResource) UnsetSceneOrigin()
UnsetSceneOrigin ensures that no value is present for SceneOrigin, not even an explicit nil
func (o *AlternateTitleResource) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *AlternateTitleResource) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlternateTitleResource) SetComment(v string)
SetComment sets Comment field to given value.
func (o *AlternateTitleResource) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *AlternateTitleResource) SetCommentNil(b bool)
SetCommentNil sets the value for Comment to be an explicit nil
func (o *AlternateTitleResource) UnsetComment()
UnsetComment ensures that no value is present for Comment, not even an explicit nil