Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
MovieId | Pointer to int32 | [optional] | |
MovieFileId | Pointer to int32 | [optional] | |
ExistingPath | Pointer to NullableString | [optional] | |
NewPath | Pointer to NullableString | [optional] |
func NewRenameMovieResource() *RenameMovieResource
NewRenameMovieResource instantiates a new RenameMovieResource 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 NewRenameMovieResourceWithDefaults() *RenameMovieResource
NewRenameMovieResourceWithDefaults instantiates a new RenameMovieResource 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 *RenameMovieResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RenameMovieResource) 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 *RenameMovieResource) SetId(v int32)
SetId sets Id field to given value.
func (o *RenameMovieResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *RenameMovieResource) GetMovieId() int32
GetMovieId returns the MovieId field if non-nil, zero value otherwise.
func (o *RenameMovieResource) GetMovieIdOk() (*int32, bool)
GetMovieIdOk returns a tuple with the MovieId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenameMovieResource) SetMovieId(v int32)
SetMovieId sets MovieId field to given value.
func (o *RenameMovieResource) HasMovieId() bool
HasMovieId returns a boolean if a field has been set.
func (o *RenameMovieResource) GetMovieFileId() int32
GetMovieFileId returns the MovieFileId field if non-nil, zero value otherwise.
func (o *RenameMovieResource) GetMovieFileIdOk() (*int32, bool)
GetMovieFileIdOk returns a tuple with the MovieFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenameMovieResource) SetMovieFileId(v int32)
SetMovieFileId sets MovieFileId field to given value.
func (o *RenameMovieResource) HasMovieFileId() bool
HasMovieFileId returns a boolean if a field has been set.
func (o *RenameMovieResource) GetExistingPath() string
GetExistingPath returns the ExistingPath field if non-nil, zero value otherwise.
func (o *RenameMovieResource) GetExistingPathOk() (*string, bool)
GetExistingPathOk returns a tuple with the ExistingPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenameMovieResource) SetExistingPath(v string)
SetExistingPath sets ExistingPath field to given value.
func (o *RenameMovieResource) HasExistingPath() bool
HasExistingPath returns a boolean if a field has been set.
func (o *RenameMovieResource) SetExistingPathNil(b bool)
SetExistingPathNil sets the value for ExistingPath to be an explicit nil
func (o *RenameMovieResource) UnsetExistingPath()
UnsetExistingPath ensures that no value is present for ExistingPath, not even an explicit nil
func (o *RenameMovieResource) GetNewPath() string
GetNewPath returns the NewPath field if non-nil, zero value otherwise.
func (o *RenameMovieResource) GetNewPathOk() (*string, bool)
GetNewPathOk returns a tuple with the NewPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RenameMovieResource) SetNewPath(v string)
SetNewPath sets NewPath field to given value.
func (o *RenameMovieResource) HasNewPath() bool
HasNewPath returns a boolean if a field has been set.
func (o *RenameMovieResource) SetNewPathNil(b bool)
SetNewPathNil sets the value for NewPath to be an explicit nil
func (o *RenameMovieResource) UnsetNewPath()
UnsetNewPath ensures that no value is present for NewPath, not even an explicit nil