OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.PlanioIntegration

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.PlanioIntegration{
  _readOnly: [String.t()],
  alertActions: [String.t()],
  alertFilter: AlertFilter,
  "callback-type": String.t(),
  enabled: boolean(),
  id: String.t(),
  isGlobal: boolean(),
  name: String.t(),
  ownerTeam: TeamMeta,
  planioApiKey: String.t(),
  projectId: integer(),
  subdomain: String.t(),
  type: String.t()
}