FetchDocumentsResponse

Response message for HomepageDataService.FetchDocuments method.

JSON representation
{
  "results": [
    {
      object (Result)
    }
  ]
}
Fields
results[]

object (Result)

A list of results. The order represents the ranking of results.

Result

Defines a single result being returned from the homepage data service.

JSON representation
{
  "documentType": enum (DocumentType),
  "document": {
    object (Document)
  }
}
Fields
documentType

enum (DocumentType)

The type of document.

document

object (Document)

Contains the document data.