OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.BaseIncomingFeature

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.BaseIncomingFeature{
  assignedTeam: TeamMeta,
  customPriority: String.t(),
  extraProperties: %{optional(String.t()) => String.t()},
  "feature-type": String.t(),
  ignoreExtraPropertiesFromPayload: boolean(),
  ignoreRecipientsFromPayload: boolean(),
  ignoreTagsFromPayload: boolean(),
  ignoreTeamsFromPayload: boolean(),
  isAdvanced: boolean(),
  priority: String.t(),
  recipients: [Recipient],
  suppressNotifications: boolean(),
  tags: [String.t()]
}