ListDlpJobsResponse

The response message for listing DLP jobs.

JSON representation
{
  "jobs": [
    {
      object (DlpJob)
    }
  ],
  "nextPageToken": string
}
Fields
jobs[]

object (DlpJob)

A list of DlpJobs that matches the specified filter in the request.

nextPageToken

string

The standard List next-page token.