OBJECT

BroadcastInputSlateItem

A slate item definition.

link GraphQL Schema definition

  • type BroadcastInputSlateItem {
  • # The broadcast input slate item ID.
  • id: ID!
  • # The slate type.
  • type: ENUM_SLATETYPE!
  • # The slate name.
  • name: String
  • # The slate schedule start time in the Java time format of YYYY-MM-dd HH:mm:ss
  • # ZZZ. For example: 2019-04-27 12:41:30 America/Los_Angeles
  • scheduleStartTime: String
  • # The slate schedule duration. For example: 1 hour 30 minutes 12 seconds
  • scheduleDuration: String
  • # The slate schedule recurrence rule in the iCalendar RFC2445 RRULE format. For
  • # example: FREQ=WEEKLY;COUNT=8
  • scheduleRecurrenceRule: String
  • }