Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.5 KB

EscalateLogEntry.md

File metadata and controls

38 lines (32 loc) · 1.5 KB

PagerDutyOpenapiClient::EscalateLogEntry

Properties

Name Type Description Notes
type String [optional]
created_at Time Time at which the log entry was created. [optional][readonly]
channel Channel [optional]
agent AgentReference [optional]
note String Optional field containing a note, if one was included with the log entry. [optional][readonly]
contexts Array<Context> Contexts to be included with the trigger such as links to graphs or images. [optional][readonly]
service ServiceReference [optional]
incident IncidentReference [optional]
teams Array<TeamReference> Will consist of references unless included [optional][readonly]
event_details LogEntryAllOfEventDetails [optional]
assignees Array<UserReference> An array of assigned Users for this log entry [optional][readonly]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::EscalateLogEntry.new(
  type: null,
  created_at: null,
  channel: null,
  agent: null,
  note: null,
  contexts: null,
  service: null,
  incident: null,
  teams: null,
  event_details: null,
  assignees: null
)