INTERFACE

SlaDomain

link GraphQL Schema definition

  • interface SlaDomain {
  • # The ID of the SLA Domain.
  • id: String!
  • # The name of the SLA Domain.
  • name: String!
  • # The version of the SLA Domain.
  • version: String
  • # The object-specific configurations of the SLA Domain.
  • objectSpecificConfigs: ObjectSpecificConfigs
  • }

link Require by