OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.CreateScheduleOverridePayload

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.CreateScheduleOverridePayload{
  alias: String.t(),
  endDate: DateTime.t(),
  rotations: [ScheduleOverrideRotation],
  startDate: DateTime.t(),
  user: Recipient
}