includedContentCategories property

List<String>? includedContentCategories
getter/setter pair

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

The items in the set are ORed. There's a maximum of 10 includedContentCategories per request.

Implementation

core.List<core.String>? includedContentCategories;