includedFeatures property

List<String>? includedFeatures
getter/setter pair

The set of features to be included in the media item search results.

The items in the set are ORed and may match any of the specified features.

Implementation

core.List<core.String>? includedFeatures;