OBJECT

AlertReportAvailabilityDto

Represents whether each alert and report is available or disabled for all trailers under a specific customer.

link GraphQL Schema definition

  • type AlertReportAvailabilityDto {
  • disabledAlerts: [String!]!
  • # Names or keys of alerts disabled for these devices
  • disabledReports: [String!]!
  • }

link Require by