Name | Type | Description | Notes |
---|---|---|---|
MovieFileCount | Pointer to int32 | [optional] | |
SizeOnDisk | Pointer to int64 | [optional] | |
ReleaseGroups | Pointer to []string | [optional] |
func NewMovieStatisticsResource() *MovieStatisticsResource
NewMovieStatisticsResource instantiates a new MovieStatisticsResource 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 NewMovieStatisticsResourceWithDefaults() *MovieStatisticsResource
NewMovieStatisticsResourceWithDefaults instantiates a new MovieStatisticsResource 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 *MovieStatisticsResource) GetMovieFileCount() int32
GetMovieFileCount returns the MovieFileCount field if non-nil, zero value otherwise.
func (o *MovieStatisticsResource) GetMovieFileCountOk() (*int32, bool)
GetMovieFileCountOk returns a tuple with the MovieFileCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MovieStatisticsResource) SetMovieFileCount(v int32)
SetMovieFileCount sets MovieFileCount field to given value.
func (o *MovieStatisticsResource) HasMovieFileCount() bool
HasMovieFileCount returns a boolean if a field has been set.
func (o *MovieStatisticsResource) GetSizeOnDisk() int64
GetSizeOnDisk returns the SizeOnDisk field if non-nil, zero value otherwise.
func (o *MovieStatisticsResource) GetSizeOnDiskOk() (*int64, bool)
GetSizeOnDiskOk returns a tuple with the SizeOnDisk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MovieStatisticsResource) SetSizeOnDisk(v int64)
SetSizeOnDisk sets SizeOnDisk field to given value.
func (o *MovieStatisticsResource) HasSizeOnDisk() bool
HasSizeOnDisk returns a boolean if a field has been set.
func (o *MovieStatisticsResource) GetReleaseGroups() []string
GetReleaseGroups returns the ReleaseGroups field if non-nil, zero value otherwise.
func (o *MovieStatisticsResource) GetReleaseGroupsOk() (*[]string, bool)
GetReleaseGroupsOk returns a tuple with the ReleaseGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MovieStatisticsResource) SetReleaseGroups(v []string)
SetReleaseGroups sets ReleaseGroups field to given value.
func (o *MovieStatisticsResource) HasReleaseGroups() bool
HasReleaseGroups returns a boolean if a field has been set.
func (o *MovieStatisticsResource) SetReleaseGroupsNil(b bool)
SetReleaseGroupsNil sets the value for ReleaseGroups to be an explicit nil
func (o *MovieStatisticsResource) UnsetReleaseGroups()
UnsetReleaseGroups ensures that no value is present for ReleaseGroups, not even an explicit nil