OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.BmcFootPrintsV11Callback

Link to this section Summary

Link to this section Types

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