GoogleCloudContentwarehouseV1SearchDocumentsResponse constructor

GoogleCloudContentwarehouseV1SearchDocumentsResponse({
  1. List<GoogleCloudContentwarehouseV1HistogramQueryResult>? histogramQueryResults,
  2. List<GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument>? matchingDocuments,
  3. GoogleCloudContentwarehouseV1ResponseMetadata? metadata,
  4. String? nextPageToken,
  5. String? questionAnswer,
  6. int? totalSize,
})

Implementation

GoogleCloudContentwarehouseV1SearchDocumentsResponse({
  this.histogramQueryResults,
  this.matchingDocuments,
  this.metadata,
  this.nextPageToken,
  this.questionAnswer,
  this.totalSize,
});