ListAssessmentsResponse

The response of listing assessments.

JSON representation
{
  "assessments": [
    {
      object (Assessment)
    }
  ],
  "nextPageToken": string
}
Fields
assessments[]

object (Assessment)

The assessments 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.