OpsGenie REST API v0.1.1 OpsGenieRESTAPI.Model.HipChatAddOnIntegration

Link to this section Summary

Link to this section Types

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