ShowType
Represents the type of a show.
enum ShowType {
EPISODIC_SERIES
MOVIE
NEWS
NON_EPISODIC_SERIES
}
Values
ShowType.EPISODIC_SERIES
Series of related seasons and episodes.
ShowType.MOVIE
Single movie (may include multiple videos).
ShowType.NEWS
News program.
ShowType.NON_EPISODIC_SERIES
Series of seasons and episodes that may not all be directly related.
Member Of
CreateShowInput input ● CreateStationShowInput input ● FilterShowInput input ● NormalizedShow object ● NormalizedShowsFilters input ● Show object ● StationShow object ● UpdateShowInput input ● UpdateStationShowInput input