GoogleCloudContentwarehouseV1SearchDocumentsRequest constructor

GoogleCloudContentwarehouseV1SearchDocumentsRequest({
  1. GoogleCloudContentwarehouseV1DocumentQuery? documentQuery,
  2. List<GoogleCloudContentwarehouseV1HistogramQuery>? histogramQueries,
  3. int? offset,
  4. String? orderBy,
  5. int? pageSize,
  6. String? pageToken,
  7. int? qaSizeLimit,
  8. GoogleCloudContentwarehouseV1RequestMetadata? requestMetadata,
  9. bool? requireTotalSize,
  10. String? totalResultSize,
})

Implementation

GoogleCloudContentwarehouseV1SearchDocumentsRequest({
  this.documentQuery,
  this.histogramQueries,
  this.offset,
  this.orderBy,
  this.pageSize,
  this.pageToken,
  this.qaSizeLimit,
  this.requestMetadata,
  this.requireTotalSize,
  this.totalResultSize,
});