INPUT_OBJECT
LabelFilterParams
Description
Label filter parameters for GCP objects.
link GraphQL Schema definition
- input LabelFilterParams {
- # Type of the label filter.
- : GcpNativeLabelFilterType!
- # Key of the label filter.
- : String!
- # Value of the label filter.
- : String!
- }