categories property

List<String>? categories
getter/setter pair

The intent categories to match in the filter.

An intent includes the categories that it requires, all of which must be included in the filter in order to match. In other words, adding a category to the filter has no impact on matching unless that category is specified in the intent.

Implementation

core.List<core.String>? categories;