GoogleCloudContentwarehouseV1SearchDocumentsResponse constructor
GoogleCloudContentwarehouseV1SearchDocumentsResponse({
- List<
GoogleCloudContentwarehouseV1HistogramQueryResult> ? histogramQueryResults, - List<
GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument> ? matchingDocuments, - GoogleCloudContentwarehouseV1ResponseMetadata? metadata,
- String? nextPageToken,
- String? questionAnswer,
- int? totalSize,
Implementation
GoogleCloudContentwarehouseV1SearchDocumentsResponse({
this.histogramQueryResults,
this.matchingDocuments,
this.metadata,
this.nextPageToken,
this.questionAnswer,
this.totalSize,
});