Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to float32 | [optional] | |
Name | Pointer to string | [optional] | |
Overview | Pointer to string | [optional] | |
PosterPath | Pointer to string | [optional] | |
BackdropPath | Pointer to string | [optional] | |
Parts | Pointer to []MovieResult | [optional] |
func NewCollection() *Collection
NewCollection instantiates a new Collection 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 NewCollectionWithDefaults() *Collection
NewCollectionWithDefaults instantiates a new Collection 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 *Collection) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Collection) GetIdOk() (*float32, 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 *Collection) SetId(v float32)
SetId sets Id field to given value.
func (o *Collection) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Collection) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Collection) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Collection) SetName(v string)
SetName sets Name field to given value.
func (o *Collection) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Collection) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *Collection) GetOverviewOk() (*string, bool)
GetOverviewOk returns a tuple with the Overview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Collection) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *Collection) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *Collection) GetPosterPath() string
GetPosterPath returns the PosterPath field if non-nil, zero value otherwise.
func (o *Collection) GetPosterPathOk() (*string, bool)
GetPosterPathOk returns a tuple with the PosterPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Collection) SetPosterPath(v string)
SetPosterPath sets PosterPath field to given value.
func (o *Collection) HasPosterPath() bool
HasPosterPath returns a boolean if a field has been set.
func (o *Collection) GetBackdropPath() string
GetBackdropPath returns the BackdropPath field if non-nil, zero value otherwise.
func (o *Collection) GetBackdropPathOk() (*string, bool)
GetBackdropPathOk returns a tuple with the BackdropPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Collection) SetBackdropPath(v string)
SetBackdropPath sets BackdropPath field to given value.
func (o *Collection) HasBackdropPath() bool
HasBackdropPath returns a boolean if a field has been set.
func (o *Collection) GetParts() []MovieResult
GetParts returns the Parts field if non-nil, zero value otherwise.
func (o *Collection) GetPartsOk() (*[]MovieResult, bool)
GetPartsOk returns a tuple with the Parts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Collection) SetParts(v []MovieResult)
SetParts sets Parts field to given value.
func (o *Collection) HasParts() bool
HasParts returns a boolean if a field has been set.