| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| AlternateTitles | Pointer to []AlternateTitleResource | [optional] | |
| SortTitle | Pointer to NullableString | [optional] | |
| Status | Pointer to SeriesStatusType | [optional] | |
| Ended | Pointer to bool | [optional] [readonly] | |
| ProfileName | Pointer to NullableString | [optional] | |
| Overview | Pointer to NullableString | [optional] | |
| NextAiring | Pointer to NullableTime | [optional] | |
| PreviousAiring | Pointer to NullableTime | [optional] | |
| Network | Pointer to NullableString | [optional] | |
| AirTime | Pointer to NullableString | [optional] | |
| Images | Pointer to []MediaCover | [optional] | |
| OriginalLanguage | Pointer to Language | [optional] | |
| RemotePoster | Pointer to NullableString | [optional] | |
| Seasons | Pointer to []SeasonResource | [optional] | |
| Year | Pointer to int32 | [optional] | |
| Path | Pointer to NullableString | [optional] | |
| QualityProfileId | Pointer to int32 | [optional] | |
| SeasonFolder | Pointer to bool | [optional] | |
| Monitored | Pointer to bool | [optional] | |
| MonitorNewItems | Pointer to NewItemMonitorTypes | [optional] | |
| UseSceneNumbering | Pointer to bool | [optional] | |
| Runtime | Pointer to int32 | [optional] | |
| TvdbId | Pointer to int32 | [optional] | |
| TvRageId | Pointer to int32 | [optional] | |
| TvMazeId | Pointer to int32 | [optional] | |
| TmdbId | Pointer to int32 | [optional] | |
| FirstAired | Pointer to NullableTime | [optional] | |
| LastAired | Pointer to NullableTime | [optional] | |
| SeriesType | Pointer to SeriesTypes | [optional] | |
| CleanTitle | Pointer to NullableString | [optional] | |
| ImdbId | Pointer to NullableString | [optional] | |
| TitleSlug | Pointer to NullableString | [optional] | |
| RootFolderPath | Pointer to NullableString | [optional] | |
| Folder | Pointer to NullableString | [optional] | |
| Certification | Pointer to NullableString | [optional] | |
| Genres | Pointer to []string | [optional] | |
| Tags | Pointer to []int32 | [optional] | |
| Added | Pointer to time.Time | [optional] | |
| AddOptions | Pointer to AddSeriesOptions | [optional] | |
| Ratings | Pointer to Ratings | [optional] | |
| Statistics | Pointer to SeriesStatisticsResource | [optional] | |
| EpisodesChanged | Pointer to NullableBool | [optional] | |
| LanguageProfileId | Pointer to int32 | [optional] [readonly] |
func NewSeriesResource() *SeriesResource
NewSeriesResource instantiates a new SeriesResource 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 NewSeriesResourceWithDefaults() *SeriesResource
NewSeriesResourceWithDefaults instantiates a new SeriesResource 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 *SeriesResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SeriesResource) 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 *SeriesResource) SetId(v int32)
SetId sets Id field to given value.
func (o *SeriesResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SeriesResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *SeriesResource) 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 *SeriesResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *SeriesResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *SeriesResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *SeriesResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *SeriesResource) GetAlternateTitles() []AlternateTitleResource
GetAlternateTitles returns the AlternateTitles field if non-nil, zero value otherwise.
func (o *SeriesResource) GetAlternateTitlesOk() (*[]AlternateTitleResource, bool)
GetAlternateTitlesOk returns a tuple with the AlternateTitles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetAlternateTitles(v []AlternateTitleResource)
SetAlternateTitles sets AlternateTitles field to given value.
func (o *SeriesResource) HasAlternateTitles() bool
HasAlternateTitles returns a boolean if a field has been set.
func (o *SeriesResource) SetAlternateTitlesNil(b bool)
SetAlternateTitlesNil sets the value for AlternateTitles to be an explicit nil
func (o *SeriesResource) UnsetAlternateTitles()
UnsetAlternateTitles ensures that no value is present for AlternateTitles, not even an explicit nil
func (o *SeriesResource) GetSortTitle() string
GetSortTitle returns the SortTitle field if non-nil, zero value otherwise.
func (o *SeriesResource) GetSortTitleOk() (*string, bool)
GetSortTitleOk returns a tuple with the SortTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetSortTitle(v string)
SetSortTitle sets SortTitle field to given value.
func (o *SeriesResource) HasSortTitle() bool
HasSortTitle returns a boolean if a field has been set.
func (o *SeriesResource) SetSortTitleNil(b bool)
SetSortTitleNil sets the value for SortTitle to be an explicit nil
func (o *SeriesResource) UnsetSortTitle()
UnsetSortTitle ensures that no value is present for SortTitle, not even an explicit nil
func (o *SeriesResource) GetStatus() SeriesStatusType
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *SeriesResource) GetStatusOk() (*SeriesStatusType, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetStatus(v SeriesStatusType)
SetStatus sets Status field to given value.
func (o *SeriesResource) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *SeriesResource) GetEnded() bool
GetEnded returns the Ended field if non-nil, zero value otherwise.
func (o *SeriesResource) GetEndedOk() (*bool, bool)
GetEndedOk returns a tuple with the Ended field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetEnded(v bool)
SetEnded sets Ended field to given value.
func (o *SeriesResource) HasEnded() bool
HasEnded returns a boolean if a field has been set.
func (o *SeriesResource) GetProfileName() string
GetProfileName returns the ProfileName field if non-nil, zero value otherwise.
func (o *SeriesResource) GetProfileNameOk() (*string, bool)
GetProfileNameOk returns a tuple with the ProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetProfileName(v string)
SetProfileName sets ProfileName field to given value.
func (o *SeriesResource) HasProfileName() bool
HasProfileName returns a boolean if a field has been set.
func (o *SeriesResource) SetProfileNameNil(b bool)
SetProfileNameNil sets the value for ProfileName to be an explicit nil
func (o *SeriesResource) UnsetProfileName()
UnsetProfileName ensures that no value is present for ProfileName, not even an explicit nil
func (o *SeriesResource) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *SeriesResource) 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 *SeriesResource) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *SeriesResource) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *SeriesResource) SetOverviewNil(b bool)
SetOverviewNil sets the value for Overview to be an explicit nil
func (o *SeriesResource) UnsetOverview()
UnsetOverview ensures that no value is present for Overview, not even an explicit nil
func (o *SeriesResource) GetNextAiring() time.Time
GetNextAiring returns the NextAiring field if non-nil, zero value otherwise.
func (o *SeriesResource) GetNextAiringOk() (*time.Time, bool)
GetNextAiringOk returns a tuple with the NextAiring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetNextAiring(v time.Time)
SetNextAiring sets NextAiring field to given value.
func (o *SeriesResource) HasNextAiring() bool
HasNextAiring returns a boolean if a field has been set.
func (o *SeriesResource) SetNextAiringNil(b bool)
SetNextAiringNil sets the value for NextAiring to be an explicit nil
func (o *SeriesResource) UnsetNextAiring()
UnsetNextAiring ensures that no value is present for NextAiring, not even an explicit nil
func (o *SeriesResource) GetPreviousAiring() time.Time
GetPreviousAiring returns the PreviousAiring field if non-nil, zero value otherwise.
func (o *SeriesResource) GetPreviousAiringOk() (*time.Time, bool)
GetPreviousAiringOk returns a tuple with the PreviousAiring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetPreviousAiring(v time.Time)
SetPreviousAiring sets PreviousAiring field to given value.
func (o *SeriesResource) HasPreviousAiring() bool
HasPreviousAiring returns a boolean if a field has been set.
func (o *SeriesResource) SetPreviousAiringNil(b bool)
SetPreviousAiringNil sets the value for PreviousAiring to be an explicit nil
func (o *SeriesResource) UnsetPreviousAiring()
UnsetPreviousAiring ensures that no value is present for PreviousAiring, not even an explicit nil
func (o *SeriesResource) GetNetwork() string
GetNetwork returns the Network field if non-nil, zero value otherwise.
func (o *SeriesResource) GetNetworkOk() (*string, bool)
GetNetworkOk returns a tuple with the Network field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetNetwork(v string)
SetNetwork sets Network field to given value.
func (o *SeriesResource) HasNetwork() bool
HasNetwork returns a boolean if a field has been set.
func (o *SeriesResource) SetNetworkNil(b bool)
SetNetworkNil sets the value for Network to be an explicit nil
func (o *SeriesResource) UnsetNetwork()
UnsetNetwork ensures that no value is present for Network, not even an explicit nil
func (o *SeriesResource) GetAirTime() string
GetAirTime returns the AirTime field if non-nil, zero value otherwise.
func (o *SeriesResource) GetAirTimeOk() (*string, bool)
GetAirTimeOk returns a tuple with the AirTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetAirTime(v string)
SetAirTime sets AirTime field to given value.
func (o *SeriesResource) HasAirTime() bool
HasAirTime returns a boolean if a field has been set.
func (o *SeriesResource) SetAirTimeNil(b bool)
SetAirTimeNil sets the value for AirTime to be an explicit nil
func (o *SeriesResource) UnsetAirTime()
UnsetAirTime ensures that no value is present for AirTime, not even an explicit nil
func (o *SeriesResource) GetImages() []MediaCover
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *SeriesResource) GetImagesOk() (*[]MediaCover, bool)
GetImagesOk returns a tuple with the Images field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetImages(v []MediaCover)
SetImages sets Images field to given value.
func (o *SeriesResource) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *SeriesResource) SetImagesNil(b bool)
SetImagesNil sets the value for Images to be an explicit nil
func (o *SeriesResource) UnsetImages()
UnsetImages ensures that no value is present for Images, not even an explicit nil
func (o *SeriesResource) GetOriginalLanguage() Language
GetOriginalLanguage returns the OriginalLanguage field if non-nil, zero value otherwise.
func (o *SeriesResource) GetOriginalLanguageOk() (*Language, bool)
GetOriginalLanguageOk returns a tuple with the OriginalLanguage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetOriginalLanguage(v Language)
SetOriginalLanguage sets OriginalLanguage field to given value.
func (o *SeriesResource) HasOriginalLanguage() bool
HasOriginalLanguage returns a boolean if a field has been set.
func (o *SeriesResource) GetRemotePoster() string
GetRemotePoster returns the RemotePoster field if non-nil, zero value otherwise.
func (o *SeriesResource) GetRemotePosterOk() (*string, bool)
GetRemotePosterOk returns a tuple with the RemotePoster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetRemotePoster(v string)
SetRemotePoster sets RemotePoster field to given value.
func (o *SeriesResource) HasRemotePoster() bool
HasRemotePoster returns a boolean if a field has been set.
func (o *SeriesResource) SetRemotePosterNil(b bool)
SetRemotePosterNil sets the value for RemotePoster to be an explicit nil
func (o *SeriesResource) UnsetRemotePoster()
UnsetRemotePoster ensures that no value is present for RemotePoster, not even an explicit nil
func (o *SeriesResource) GetSeasons() []SeasonResource
GetSeasons returns the Seasons field if non-nil, zero value otherwise.
func (o *SeriesResource) GetSeasonsOk() (*[]SeasonResource, bool)
GetSeasonsOk returns a tuple with the Seasons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetSeasons(v []SeasonResource)
SetSeasons sets Seasons field to given value.
func (o *SeriesResource) HasSeasons() bool
HasSeasons returns a boolean if a field has been set.
func (o *SeriesResource) SetSeasonsNil(b bool)
SetSeasonsNil sets the value for Seasons to be an explicit nil
func (o *SeriesResource) UnsetSeasons()
UnsetSeasons ensures that no value is present for Seasons, not even an explicit nil
func (o *SeriesResource) GetYear() int32
GetYear returns the Year field if non-nil, zero value otherwise.
func (o *SeriesResource) GetYearOk() (*int32, bool)
GetYearOk returns a tuple with the Year field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetYear(v int32)
SetYear sets Year field to given value.
func (o *SeriesResource) HasYear() bool
HasYear returns a boolean if a field has been set.
func (o *SeriesResource) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *SeriesResource) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetPath(v string)
SetPath sets Path field to given value.
func (o *SeriesResource) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *SeriesResource) SetPathNil(b bool)
SetPathNil sets the value for Path to be an explicit nil
func (o *SeriesResource) UnsetPath()
UnsetPath ensures that no value is present for Path, not even an explicit nil
func (o *SeriesResource) GetQualityProfileId() int32
GetQualityProfileId returns the QualityProfileId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetQualityProfileIdOk() (*int32, bool)
GetQualityProfileIdOk returns a tuple with the QualityProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetQualityProfileId(v int32)
SetQualityProfileId sets QualityProfileId field to given value.
func (o *SeriesResource) HasQualityProfileId() bool
HasQualityProfileId returns a boolean if a field has been set.
func (o *SeriesResource) GetSeasonFolder() bool
GetSeasonFolder returns the SeasonFolder field if non-nil, zero value otherwise.
func (o *SeriesResource) GetSeasonFolderOk() (*bool, bool)
GetSeasonFolderOk returns a tuple with the SeasonFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetSeasonFolder(v bool)
SetSeasonFolder sets SeasonFolder field to given value.
func (o *SeriesResource) HasSeasonFolder() bool
HasSeasonFolder returns a boolean if a field has been set.
func (o *SeriesResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *SeriesResource) GetMonitoredOk() (*bool, bool)
GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *SeriesResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *SeriesResource) GetMonitorNewItems() NewItemMonitorTypes
GetMonitorNewItems returns the MonitorNewItems field if non-nil, zero value otherwise.
func (o *SeriesResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)
GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetMonitorNewItems(v NewItemMonitorTypes)
SetMonitorNewItems sets MonitorNewItems field to given value.
func (o *SeriesResource) HasMonitorNewItems() bool
HasMonitorNewItems returns a boolean if a field has been set.
func (o *SeriesResource) GetUseSceneNumbering() bool
GetUseSceneNumbering returns the UseSceneNumbering field if non-nil, zero value otherwise.
func (o *SeriesResource) GetUseSceneNumberingOk() (*bool, bool)
GetUseSceneNumberingOk returns a tuple with the UseSceneNumbering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetUseSceneNumbering(v bool)
SetUseSceneNumbering sets UseSceneNumbering field to given value.
func (o *SeriesResource) HasUseSceneNumbering() bool
HasUseSceneNumbering returns a boolean if a field has been set.
func (o *SeriesResource) GetRuntime() int32
GetRuntime returns the Runtime field if non-nil, zero value otherwise.
func (o *SeriesResource) GetRuntimeOk() (*int32, bool)
GetRuntimeOk returns a tuple with the Runtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetRuntime(v int32)
SetRuntime sets Runtime field to given value.
func (o *SeriesResource) HasRuntime() bool
HasRuntime returns a boolean if a field has been set.
func (o *SeriesResource) GetTvdbId() int32
GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetTvdbIdOk() (*int32, bool)
GetTvdbIdOk returns a tuple with the TvdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetTvdbId(v int32)
SetTvdbId sets TvdbId field to given value.
func (o *SeriesResource) HasTvdbId() bool
HasTvdbId returns a boolean if a field has been set.
func (o *SeriesResource) GetTvRageId() int32
GetTvRageId returns the TvRageId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetTvRageIdOk() (*int32, bool)
GetTvRageIdOk returns a tuple with the TvRageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetTvRageId(v int32)
SetTvRageId sets TvRageId field to given value.
func (o *SeriesResource) HasTvRageId() bool
HasTvRageId returns a boolean if a field has been set.
func (o *SeriesResource) GetTvMazeId() int32
GetTvMazeId returns the TvMazeId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetTvMazeIdOk() (*int32, bool)
GetTvMazeIdOk returns a tuple with the TvMazeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetTvMazeId(v int32)
SetTvMazeId sets TvMazeId field to given value.
func (o *SeriesResource) HasTvMazeId() bool
HasTvMazeId returns a boolean if a field has been set.
func (o *SeriesResource) GetTmdbId() int32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetTmdbIdOk() (*int32, bool)
GetTmdbIdOk returns a tuple with the TmdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetTmdbId(v int32)
SetTmdbId sets TmdbId field to given value.
func (o *SeriesResource) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *SeriesResource) GetFirstAired() time.Time
GetFirstAired returns the FirstAired field if non-nil, zero value otherwise.
func (o *SeriesResource) GetFirstAiredOk() (*time.Time, bool)
GetFirstAiredOk returns a tuple with the FirstAired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetFirstAired(v time.Time)
SetFirstAired sets FirstAired field to given value.
func (o *SeriesResource) HasFirstAired() bool
HasFirstAired returns a boolean if a field has been set.
func (o *SeriesResource) SetFirstAiredNil(b bool)
SetFirstAiredNil sets the value for FirstAired to be an explicit nil
func (o *SeriesResource) UnsetFirstAired()
UnsetFirstAired ensures that no value is present for FirstAired, not even an explicit nil
func (o *SeriesResource) GetLastAired() time.Time
GetLastAired returns the LastAired field if non-nil, zero value otherwise.
func (o *SeriesResource) GetLastAiredOk() (*time.Time, bool)
GetLastAiredOk returns a tuple with the LastAired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetLastAired(v time.Time)
SetLastAired sets LastAired field to given value.
func (o *SeriesResource) HasLastAired() bool
HasLastAired returns a boolean if a field has been set.
func (o *SeriesResource) SetLastAiredNil(b bool)
SetLastAiredNil sets the value for LastAired to be an explicit nil
func (o *SeriesResource) UnsetLastAired()
UnsetLastAired ensures that no value is present for LastAired, not even an explicit nil
func (o *SeriesResource) GetSeriesType() SeriesTypes
GetSeriesType returns the SeriesType field if non-nil, zero value otherwise.
func (o *SeriesResource) GetSeriesTypeOk() (*SeriesTypes, bool)
GetSeriesTypeOk returns a tuple with the SeriesType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetSeriesType(v SeriesTypes)
SetSeriesType sets SeriesType field to given value.
func (o *SeriesResource) HasSeriesType() bool
HasSeriesType returns a boolean if a field has been set.
func (o *SeriesResource) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.
func (o *SeriesResource) 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 *SeriesResource) SetCleanTitle(v string)
SetCleanTitle sets CleanTitle field to given value.
func (o *SeriesResource) HasCleanTitle() bool
HasCleanTitle returns a boolean if a field has been set.
func (o *SeriesResource) SetCleanTitleNil(b bool)
SetCleanTitleNil sets the value for CleanTitle to be an explicit nil
func (o *SeriesResource) UnsetCleanTitle()
UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil
func (o *SeriesResource) GetImdbId() string
GetImdbId returns the ImdbId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetImdbIdOk() (*string, bool)
GetImdbIdOk returns a tuple with the ImdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetImdbId(v string)
SetImdbId sets ImdbId field to given value.
func (o *SeriesResource) HasImdbId() bool
HasImdbId returns a boolean if a field has been set.
func (o *SeriesResource) SetImdbIdNil(b bool)
SetImdbIdNil sets the value for ImdbId to be an explicit nil
func (o *SeriesResource) UnsetImdbId()
UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil
func (o *SeriesResource) GetTitleSlug() string
GetTitleSlug returns the TitleSlug field if non-nil, zero value otherwise.
func (o *SeriesResource) GetTitleSlugOk() (*string, bool)
GetTitleSlugOk returns a tuple with the TitleSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetTitleSlug(v string)
SetTitleSlug sets TitleSlug field to given value.
func (o *SeriesResource) HasTitleSlug() bool
HasTitleSlug returns a boolean if a field has been set.
func (o *SeriesResource) SetTitleSlugNil(b bool)
SetTitleSlugNil sets the value for TitleSlug to be an explicit nil
func (o *SeriesResource) UnsetTitleSlug()
UnsetTitleSlug ensures that no value is present for TitleSlug, not even an explicit nil
func (o *SeriesResource) GetRootFolderPath() string
GetRootFolderPath returns the RootFolderPath field if non-nil, zero value otherwise.
func (o *SeriesResource) GetRootFolderPathOk() (*string, bool)
GetRootFolderPathOk returns a tuple with the RootFolderPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetRootFolderPath(v string)
SetRootFolderPath sets RootFolderPath field to given value.
func (o *SeriesResource) HasRootFolderPath() bool
HasRootFolderPath returns a boolean if a field has been set.
func (o *SeriesResource) SetRootFolderPathNil(b bool)
SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil
func (o *SeriesResource) UnsetRootFolderPath()
UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil
func (o *SeriesResource) GetFolder() string
GetFolder returns the Folder field if non-nil, zero value otherwise.
func (o *SeriesResource) GetFolderOk() (*string, bool)
GetFolderOk returns a tuple with the Folder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetFolder(v string)
SetFolder sets Folder field to given value.
func (o *SeriesResource) HasFolder() bool
HasFolder returns a boolean if a field has been set.
func (o *SeriesResource) SetFolderNil(b bool)
SetFolderNil sets the value for Folder to be an explicit nil
func (o *SeriesResource) UnsetFolder()
UnsetFolder ensures that no value is present for Folder, not even an explicit nil
func (o *SeriesResource) GetCertification() string
GetCertification returns the Certification field if non-nil, zero value otherwise.
func (o *SeriesResource) GetCertificationOk() (*string, bool)
GetCertificationOk returns a tuple with the Certification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetCertification(v string)
SetCertification sets Certification field to given value.
func (o *SeriesResource) HasCertification() bool
HasCertification returns a boolean if a field has been set.
func (o *SeriesResource) SetCertificationNil(b bool)
SetCertificationNil sets the value for Certification to be an explicit nil
func (o *SeriesResource) UnsetCertification()
UnsetCertification ensures that no value is present for Certification, not even an explicit nil
func (o *SeriesResource) GetGenres() []string
GetGenres returns the Genres field if non-nil, zero value otherwise.
func (o *SeriesResource) GetGenresOk() (*[]string, bool)
GetGenresOk returns a tuple with the Genres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetGenres(v []string)
SetGenres sets Genres field to given value.
func (o *SeriesResource) HasGenres() bool
HasGenres returns a boolean if a field has been set.
func (o *SeriesResource) SetGenresNil(b bool)
SetGenresNil sets the value for Genres to be an explicit nil
func (o *SeriesResource) UnsetGenres()
UnsetGenres ensures that no value is present for Genres, not even an explicit nil
func (o *SeriesResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *SeriesResource) GetTagsOk() (*[]int32, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *SeriesResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *SeriesResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *SeriesResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *SeriesResource) GetAdded() time.Time
GetAdded returns the Added field if non-nil, zero value otherwise.
func (o *SeriesResource) GetAddedOk() (*time.Time, bool)
GetAddedOk returns a tuple with the Added field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetAdded(v time.Time)
SetAdded sets Added field to given value.
func (o *SeriesResource) HasAdded() bool
HasAdded returns a boolean if a field has been set.
func (o *SeriesResource) GetAddOptions() AddSeriesOptions
GetAddOptions returns the AddOptions field if non-nil, zero value otherwise.
func (o *SeriesResource) GetAddOptionsOk() (*AddSeriesOptions, bool)
GetAddOptionsOk returns a tuple with the AddOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetAddOptions(v AddSeriesOptions)
SetAddOptions sets AddOptions field to given value.
func (o *SeriesResource) HasAddOptions() bool
HasAddOptions returns a boolean if a field has been set.
func (o *SeriesResource) GetRatings() Ratings
GetRatings returns the Ratings field if non-nil, zero value otherwise.
func (o *SeriesResource) GetRatingsOk() (*Ratings, bool)
GetRatingsOk returns a tuple with the Ratings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetRatings(v Ratings)
SetRatings sets Ratings field to given value.
func (o *SeriesResource) HasRatings() bool
HasRatings returns a boolean if a field has been set.
func (o *SeriesResource) GetStatistics() SeriesStatisticsResource
GetStatistics returns the Statistics field if non-nil, zero value otherwise.
func (o *SeriesResource) GetStatisticsOk() (*SeriesStatisticsResource, bool)
GetStatisticsOk returns a tuple with the Statistics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetStatistics(v SeriesStatisticsResource)
SetStatistics sets Statistics field to given value.
func (o *SeriesResource) HasStatistics() bool
HasStatistics returns a boolean if a field has been set.
func (o *SeriesResource) GetEpisodesChanged() bool
GetEpisodesChanged returns the EpisodesChanged field if non-nil, zero value otherwise.
func (o *SeriesResource) GetEpisodesChangedOk() (*bool, bool)
GetEpisodesChangedOk returns a tuple with the EpisodesChanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetEpisodesChanged(v bool)
SetEpisodesChanged sets EpisodesChanged field to given value.
func (o *SeriesResource) HasEpisodesChanged() bool
HasEpisodesChanged returns a boolean if a field has been set.
func (o *SeriesResource) SetEpisodesChangedNil(b bool)
SetEpisodesChangedNil sets the value for EpisodesChanged to be an explicit nil
func (o *SeriesResource) UnsetEpisodesChanged()
UnsetEpisodesChanged ensures that no value is present for EpisodesChanged, not even an explicit nil
func (o *SeriesResource) GetLanguageProfileId() int32
GetLanguageProfileId returns the LanguageProfileId field if non-nil, zero value otherwise.
func (o *SeriesResource) GetLanguageProfileIdOk() (*int32, bool)
GetLanguageProfileIdOk returns a tuple with the LanguageProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesResource) SetLanguageProfileId(v int32)
SetLanguageProfileId sets LanguageProfileId field to given value.
func (o *SeriesResource) HasLanguageProfileId() bool
HasLanguageProfileId returns a boolean if a field has been set.