OpsGenie REST API v0.1.0 OpsGenieRESTAPI.Model.ConnectWiseManageCallback

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %OpsGenieRESTAPI.Model.ConnectWiseManageCallback{
  alertFilter: AlertFilter,
  "bidirectional-callback-type": String.t(),
  "callback-type": String.t(),
  companyId: String.t(),
  companyName: String.t(),
  cwmUrl: String.t(),
  forwardingActionMappings: [ActionMapping],
  forwardingEnabled: boolean(),
  loginCompany: String.t(),
  privateKey: String.t(),
  publicKey: String.t(),
  updatesActionMappings: [ActionMapping],
  updatesEnabled: boolean()
}