OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.CreateIntegrationAction

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.CreateIntegrationAction{
  alertActions: [String.t()],
  alias: String.t(),
  appendAttachments: boolean(),
  customPriority: String.t(),
  description: String.t(),
  entity: String.t(),
  extraProperties: %{optional(String.t()) => String.t()},
  filter: IntegrationActionFilter,
  ignoreAlertActionsFromPayload: boolean(),
  ignoreExtraPropertiesFromPayload: boolean(),
  ignoreRecipientsFromPayload: boolean(),
  ignoreTagsFromPayload: boolean(),
  ignoreTeamsFromPayload: boolean(),
  message: String.t(),
  name: String.t(),
  note: String.t(),
  order: integer(),
  priority: String.t(),
  recipients: [Recipient],
  source: String.t(),
  tags: [String.t()],
  type: String.t(),
  user: String.t()
}