INPUT_OBJECT

GlobalSlaFilterInput

Description

Filters for SLA Domains.

link GraphQL Schema definition

  • input GlobalSlaFilterInput {
  • # Field for the SLA Domain filter.
  • field: GlobalSlaQueryFilterInputField
  • # Text for the SLA Domain filter.
  • text: String
  • # List of workload types for the SLA Domain filter.
  • objectTypeList: [SlaObjectType!]
  • # List of text strings for the SLA Domain filter.
  • textList: [String!]
  • }

link Require by