OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.MonitisIntegration
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.MonitisIntegration{ _readOnly: [String.t()], allowConfigurationAccess: boolean(), allowWriteAccess: boolean(), assignedTeam: TeamMeta, customPriority: String.t(), enabled: boolean(), extraProperties: %{optional(String.t()) => String.t()}, "feature-type": String.t(), id: String.t(), ignoreExtraPropertiesFromPayload: boolean(), ignoreRecipientsFromPayload: boolean(), ignoreTagsFromPayload: boolean(), ignoreTeamsFromPayload: boolean(), isAdvanced: boolean(), isGlobal: boolean(), name: String.t(), ownerTeam: TeamMeta, priority: String.t(), recipients: [Recipient], suppressNotifications: boolean(), tags: [String.t()], type: String.t() }