labelFilters property

List<String>? labelFilters
getter/setter pair

Used to filter Google Business Profile listings by labels.

If entries exist in labelFilters, only listings that have any of the labels set are candidates to be synchronized into Assets. If no entries exist in labelFilters, then all listings are candidates for syncing. Label filters are OR'ed together.

Implementation

core.List<core.String>? labelFilters;