GooglePrivacyDlpV2ListDlpJobsResponse constructor

GooglePrivacyDlpV2ListDlpJobsResponse({
  1. List<GooglePrivacyDlpV2DlpJob>? jobs,
  2. String? nextPageToken,
})

Implementation

GooglePrivacyDlpV2ListDlpJobsResponse({
  this.jobs,
  this.nextPageToken,
});