Skip to main content

SlotMessageRotation (Object)

type SlotMessageRotation {
slotMessageRotationId: SlotMessageRotationId!
actionCode: SlotActionCode!
periodFrom: Date!
periodTo: Date!
daysOfOperation: [DayOfWeek!]
arrival: SlotMessageRotationArrival
departure: SlotMessageRotationDeparture
}

Fields​

SlotMessageRotation.slotMessageRotationId ● SlotMessageRotationId! non-null scalar​

SlotMessageRotation.actionCode ● SlotActionCode! non-null enum​

SlotMessageRotation.periodFrom ● Date! non-null scalar​

SlotMessageRotation.periodTo ● Date! non-null scalar​

SlotMessageRotation.daysOfOperation ● [DayOfWeek!] list enum​

SlotMessageRotation.arrival ● SlotMessageRotationArrival object​

SlotMessageRotation.departure ● SlotMessageRotationDeparture object​

Member Of​

SlotMessage object