GoogleCloudContentwarehouseV1DocumentQuery constructor
GoogleCloudContentwarehouseV1DocumentQuery({
- String? customPropertyFilter,
- GoogleCloudContentwarehouseV1CustomWeightsMetadata? customWeightsMetadata,
- List<
String> ? documentCreatorFilter, - List<
String> ? documentNameFilter, - List<
String> ? documentSchemaNames, - GoogleCloudContentwarehouseV1FileTypeFilter? fileTypeFilter,
- String? folderNameFilter,
- bool? isNlQuery,
- List<
GoogleCloudContentwarehouseV1PropertyFilter> ? propertyFilter, - String? query,
- List<
String> ? queryContext, - List<
GoogleCloudContentwarehouseV1TimeFilter> ? timeFilters,
Implementation
GoogleCloudContentwarehouseV1DocumentQuery({
this.customPropertyFilter,
this.customWeightsMetadata,
this.documentCreatorFilter,
this.documentNameFilter,
this.documentSchemaNames,
this.fileTypeFilter,
this.folderNameFilter,
this.isNlQuery,
this.propertyFilter,
this.query,
this.queryContext,
this.timeFilters,
});