Global Forwarding Rule Metadata Filter
data class GlobalForwardingRuleMetadataFilter(val filterLabels: List<GlobalForwardingRuleMetadataFilterFilterLabel>, val filterMatchCriteria: String)
Constructors
Link copied to clipboard
fun GlobalForwardingRuleMetadataFilter(filterLabels: List<GlobalForwardingRuleMetadataFilterFilterLabel>, filterMatchCriteria: String)
Types
Properties
Link copied to clipboard
Specifies how individual filterLabel matches within the list of filterLabels contribute towards the overall metadataFilter match. MATCH_ANY - At least one of the filterLabels must have a matching label in the provided metadata. MATCH_ALL - All filterLabels must have matching labels in the provided metadata. Possible values are: MATCH_ANY
, MATCH_ALL
.