labelFilters property

List<String>? labelFilters
getter/setter pair

Used to filter Business Profile locations by label.

Only locations that have any of the listed labels will be in the asset set. Label filters are OR'ed together.

Implementation

core.List<core.String>? labelFilters;