StatusSchedule

constructor(status: String, periodBegin: String, periodEnd: String? = null)

Parameters

status

Status value during the scheduled period.

periodBegin

Begin of the scheduled period, in UTC.

periodEnd

End of the scheduled period, if known, in UTC.