ListRevisionsResponse

Response message containing a list of Revisions.

JSON representation
{
  "revisions": [
    {
      object (Revision)
    }
  ],
  "nextPageToken": string
}
Fields
revisions[]

object (Revision)

The resulting list of Revisions.

nextPageToken

string

A token indicating there are more items than pageSize. Use it in the next ListRevisions request to continue.