OBJECT

AssignedRscTag

Description

Details of an RSC tag.

link GraphQL Schema definition

  • type AssignedRscTag {
  • # Description of the RSC tag.
  • description: String
  • # ID of the RSC tag.
  • id: String!
  • # Time the RSC tag was last modified.
  • lastModified: String!
  • # Name of the RSC tag.
  • name: String!
  • # SLA Domain ID applied to the RSC tag.
  • slaDomainId: String
  • }

link Require by