Reminder
public struct Reminder : Codable
A root object that stores information about a reminder show resource.
-
Whether the show is reminded.
Declaration
Swift
internal let isReminded: Bool
-
The reminder status of the show.
Declaration
Swift
public var reminderStatus: ReminderStatus { get }