filterLabels property

List<MetadataFilterLabelMatch>? filterLabels
getter/setter pair

The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.

Implementation

core.List<MetadataFilterLabelMatch>? filterLabels;