ListDocumentsResponse

DocumentService.ListDocuments 메서드의 응답 메시지입니다.

JSON 표현
{
  "documents": [
    {
      object (Document)
    }
  ],
  "nextPageToken": string
}
필드
documents[]

object (Document)

Document입니다.

nextPageToken

string

다음 페이지를 검색하기 위해 ListDocumentsRequest.page_token으로 전송할 수 있는 토큰입니다. 이 필드를 생략하면 후속 페이지가 표시되지 않습니다.