GooglePrivacyDlpV2ListDlpJobsResponse constructor
GooglePrivacyDlpV2ListDlpJobsResponse({
- List<
GooglePrivacyDlpV2DlpJob> ? jobs, - String? nextPageToken,
Implementation
GooglePrivacyDlpV2ListDlpJobsResponse({
this.jobs,
this.nextPageToken,
});