FetchDocumentsResponse

Response message for HomepageDataService.FetchDocuments method.

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

object (Result)

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

requestToken

string

Unique request identifier.

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.