OBJECT

NearRealTimeDataScheduleSlateItem

NearRealTimeDataScheduleSlateItem

link GraphQL Schema definition

  • type NearRealTimeDataScheduleSlateItem {
  • # The slate type.
  • type: String
  • # The slate name.
  • name: String
  • # The slate scheduled start time in the Java time format: YYYY-MM-dd HH:mm:ss ZZZ.
  • # For example: 2019-04-27 12:41:30 America/Los_Angeles
  • scheduleStartTime: String
  • # The slate scheduled 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
  • # The active slate start time based on the recurrence rule that is currently
  • # active.
  • activeStartTime: String
  • }