TVEpisode
Typname: TVEpisode
Erweitert Episode
Name |
Typ |
Beschreibung |
partOfTVSeries |
Serien |
Die Serie, zu der diese Folge oder Staffel gehört. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-03 (UTC)."],[[["TVEpisode is a data type used to represent an episode of a television series."],["It provides structured information about the episode, including its association with a specific TV series."],["TVEpisode extends the Episode type, inheriting its properties and potentially adding further details."],["It includes the `partOfTVSeries` property to identify the parent TV series."]]],["The `TVEpisode` type, which extends `Episode`, represents a television episode. It includes one key property: `partOfTVSeries`. This property links the episode to its parent television series, specified by the `TVSeries` type. This connection establishes the relationship between an individual episode and the larger series it belongs to.\n"]]