documentSchemaNames property

List<String>? documentSchemaNames
getter/setter pair

This filter specifies the exact document schema Document.document_schema_name of the documents to search against.

If a value isn't specified, documents within the search results are associated with any schema. If multiple values are specified, documents within the search results may be associated with any of the specified schemas. At most 20 document schema names are allowed.

Implementation

core.List<core.String>? documentSchemaNames;