ListAnalysesResponse

The response to list analyses.

JSON representation
{
  "analyses": [
    {
      object (Analysis)
    }
  ],
  "nextPageToken": string
}
Fields
analyses[]

object (Analysis)

The analyses that match the request.

nextPageToken

string

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