Class ListDlpJobsResponse (3.1.1)

ListDlpJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response message for listing DLP jobs. .. attribute:: jobs

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

:type: Sequence[google.cloud.dlp_v2.types.DlpJob]

Attribute

NameDescription
next_page_token str
The standard List next-page token.