GoogleCloudDataplexV1ListDataScanJobsResponse constructor
GoogleCloudDataplexV1ListDataScanJobsResponse({
- List<
GoogleCloudDataplexV1DataScanJob> ? dataScanJobs, - String? nextPageToken,
Implementation
GoogleCloudDataplexV1ListDataScanJobsResponse({
this.dataScanJobs,
this.nextPageToken,
});