documentCreatorFilter property

List<String>? documentCreatorFilter
getter/setter pair

The exact creator(s) of the documents to search against.

If a value isn't specified, documents within the search results are associated with any creator. If multiple values are specified, documents within the search results may be associated with any of the specified creators.

Implementation

core.List<core.String>? documentCreatorFilter;