GoogleCloudDataplexV1ListDataScanJobsResponse constructor

GoogleCloudDataplexV1ListDataScanJobsResponse({
  1. List<GoogleCloudDataplexV1DataScanJob>? dataScanJobs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1ListDataScanJobsResponse({
  this.dataScanJobs,
  this.nextPageToken,
});