End date and time of the on-call assignment. Typically in UTC as received from PagerDuty API.
Start date and time of the on-call assignment. Typically in UTC as received from PagerDuty API.
OptionaluserThe PagerDuty user assigned to this on-call period. May be undefined for vacant or deleted shifts.
Represents a user's on-call assignment period as returned by PagerDuty API.
This interface is used when parsing schedule entries from the PagerDuty API. It's similar to ScheduleEntry but specifically used in the context of rendered_schedule_entries from the API response.
Remarks
This type is part of the raw PagerDuty API response structure and is transformed into OnCallPeriod objects for internal calculation purposes.
See
Example