ТВЭпизод
Название типа: TVEpisode
Продлевает эпизод
Имя | Тип | Описание |
---|
частьTVSeries | Сериал | Сериал, к которому принадлежит этот эпизод или сезон. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 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"]]