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