OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.ServiceNowV2Callback

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.ServiceNowV2Callback{
  alertFilter: AlertFilter,
  "bidirectional-callback-type": String.t(),
  "callback-type": String.t(),
  forwardingActionMappings: [ActionMapping],
  forwardingEnabled: boolean(),
  scriptedRestAPIURL: String.t(),
  servicenowPassword: String.t(),
  servicenowUserName: String.t(),
  updatesActionMappings: [ActionMapping],
  updatesEnabled: boolean()
}