OBJECT

TagRuleEffectiveSla

Description

Represents the SLA Domain ID and name.

link GraphQL Schema definition

  • type TagRuleEffectiveSla {
  • # The effective SLA Domain ID.
  • id: String!
  • # The effective SLA Domain name.
  • name: String!
  • }