OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.BmcRemedyCallback

Link to this section Summary

Link to this section Types

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