Voting helps other researchers find interesting modules.
Response message for DocumentService.SearchDocuments.
histogramQueryResults
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryResult.t)
nil
matchingDocuments
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument.t)
metadata
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata.t
nextPageToken
String.t
questionAnswer
totalSize
integer()
true
ESTIMATED_SIZE
ACTUAL_SIZE
-1
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SearchDocumentsResponse{ histogramQueryResults: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1HistogramQueryResult.t() ] | nil, matchingDocuments: [ GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument.t() ] | nil, metadata: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata.t() | nil, nextPageToken: String.t() | nil, questionAnswer: String.t() | nil, totalSize: integer() | nil }
@spec decode(struct(), keyword()) :: struct()