ENUM

GcpNativeLabelFilterType

Description

GCP native label filter type.

link GraphQL Schema definition

  • enum GcpNativeLabelFilterType {
  • # Filter by label key.
  • LABEL_KEY
  • # Filter by label key and value.
  • LABEL_KEY_VALUE
  • }