PagerDuty Elixir v0.0.1 PagerDuty.EscalationTarget

The target this incident should be assigned to upon reaching this rule.

Attributes

  • @id: id
  • @summary: A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to name, though it is not intended to be an identifier.
  • @type:
  • @self: the API show URL at which the object is accessible
  • @html_url: a URL at which the entity is uniquely displayed in the Web app
  • @type: valid options are:

    • user
    • schedule
    • user_reference
    • schedule_reference

Summary

Types

t()
t() :: %PagerDuty.EscalationTarget{html_url: String.t, id: String.t, self: String.t, summary: String.t, type: String.t}