OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.CherwellCallback

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.CherwellCallback{
  alertFilter: AlertFilter,
  apiUrl: String.t(),
  "bidirectional-callback-type": String.t(),
  "callback-type": String.t(),
  clientId: String.t(),
  forwardingActionMappings: [ActionMapping],
  forwardingEnabled: boolean(),
  password: String.t(),
  updatesActionMappings: [ActionMapping],
  updatesEnabled: boolean(),
  username: String.t()
}