OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.FreshserviceIntegration
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %OpsGenieRESTAPI.Model.FreshserviceIntegration{ _readOnly: [String.t()], alertFilter: AlertFilter, allowConfigurationAccess: boolean(), allowWriteAccess: boolean(), assignedTeam: TeamMeta, "bidirectional-callback-type": String.t(), "callback-type": String.t(), customPriority: String.t(), enabled: boolean(), extraProperties: %{optional(String.t()) => String.t()}, "feature-type": String.t(), forwardingActionMappings: [ActionMapping], forwardingEnabled: boolean(), id: String.t(), ignoreExtraPropertiesFromPayload: boolean(), ignoreRecipientsFromPayload: boolean(), ignoreTagsFromPayload: boolean(), ignoreTeamsFromPayload: boolean(), isAdvanced: boolean(), isGlobal: boolean(), name: String.t(), ownerTeam: TeamMeta, password: String.t(), priority: String.t(), recipients: [Recipient], subdomain: String.t(), suppressNotifications: boolean(), tags: [String.t()], type: String.t(), updatesActionMappings: [ActionMapping], updatesEnabled: boolean(), username: String.t() }