OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.TeamRoutingRule

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.TeamRoutingRule{
  criteria: Filter,
  id: String.t(),
  isDefault: boolean(),
  name: String.t(),
  notify: Recipient,
  order: integer(),
  timeRestriction: TimeRestrictionInterval,
  timezone: String.t()
}