labels property

List<String>? labels
getter/setter pair

The labels to match with.

Labels are logically OR'ed together. This field is optional and can only be set if location_matching_type is FILTER.

Optional.

Implementation

core.List<core.String>? labels;