INPUT_OBJECT

LabelFilterParams

Description

Label filter parameters for GCP objects.

link GraphQL Schema definition

  • input LabelFilterParams {
  • # Type of the label filter.
  • filterType: GcpNativeLabelFilterType!
  • # Key of the label filter.
  • labelKey: String!
  • # Value of the label filter.
  • labelValue: String!
  • }