ListChunksResponse

Response message for ChunkService.ListChunks method.

JSON representation
{
  "chunks": [
    {
      object (Chunk)
    }
  ],
  "nextPageToken": string
}
Fields
chunks[]

object (Chunk)

The Chunks.

nextPageToken

string

A token that can be sent as ListChunksRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.