ListParserAnalysisReportsResponse

Response message for listing analysis reports.

JSON representation
{
  "parserAnalysisReports": [
    {
      object (ParserAnalysisReport)
    }
  ],
  "nextPageToken": string
}
Fields
parserAnalysisReports[]

object (ParserAnalysisReport)

The analysis reports from the specified parser.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page.