ListAuditReportsResponse

Response message for ListAuditReports.

JSON representation
{
  "auditReports": [
    {
      object (AuditReport)
    }
  ],
  "nextPageToken": string
}
Fields
auditReports[]

object (AuditReport)

Output only. Audit reports.

nextPageToken

string

Output only. A token that you can send as the pageToken in a subsequent request to retrieve the next page of results. If this field is empty, there are no subsequent pages.