ListDocumentsResponse

Response message for Documents.ListDocuments.

JSON representation
{
  "documents": [
    {
      object (Document)
    }
  ],
  "nextPageToken": string
}
Fields
documents[]

object (Document)

The list of documents.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.