EpisodeUpdate
public struct EpisodeUpdate : Codable
A root object that stores information about an episode update resource.
-
Whether the episode is watched.
Declaration
Swift
public let isWatched: Bool
-
The watch status of the episode.
Declaration
Swift
public var watchStatus: WatchStatus { get }