excludedContentCategories property

List<String>? excludedContentCategories
getter/setter pair

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

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

Implementation

core.List<core.String>? excludedContentCategories;