OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.DatadogIntegration

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.DatadogIntegration{
  _readOnly: [String.t()],
  alertActions: [String.t()],
  alertFilter: AlertFilter,
  allowConfigurationAccess: boolean(),
  allowWriteAccess: boolean(),
  assignedTeam: TeamMeta,
  "bidirectional-callback-type": String.t(),
  "callback-type": String.t(),
  customPriority: String.t(),
  enabled: boolean(),
  extraProperties: %{optional(String.t()) => String.t()},
  "feature-type": String.t(),
  id: String.t(),
  ignoreExtraPropertiesFromPayload: boolean(),
  ignoreRecipientsFromPayload: boolean(),
  ignoreTagsFromPayload: boolean(),
  ignoreTeamsFromPayload: boolean(),
  isAdvanced: boolean(),
  isGlobal: boolean(),
  name: String.t(),
  ownerTeam: TeamMeta,
  priority: String.t(),
  recipients: [Recipient],
  sendAlertActions: boolean(),
  suppressNotifications: boolean(),
  tags: [String.t()],
  token: String.t(),
  type: String.t()
}