GoogleCloudContentwarehouseV1DocumentQuery constructor

GoogleCloudContentwarehouseV1DocumentQuery({
  1. String? customPropertyFilter,
  2. GoogleCloudContentwarehouseV1CustomWeightsMetadata? customWeightsMetadata,
  3. List<String>? documentCreatorFilter,
  4. List<String>? documentNameFilter,
  5. List<String>? documentSchemaNames,
  6. GoogleCloudContentwarehouseV1FileTypeFilter? fileTypeFilter,
  7. String? folderNameFilter,
  8. bool? isNlQuery,
  9. List<GoogleCloudContentwarehouseV1PropertyFilter>? propertyFilter,
  10. String? query,
  11. List<String>? queryContext,
  12. 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,
});