TVEpisode
Type name: TVEpisode
Extends Episode
Name |
Type |
Description |
partOfTVSeries |
TVSeries |
The TV series to which this episode or season belongs. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 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"]]