GoogleCloudDataplexV1ListJobsResponse constructor

GoogleCloudDataplexV1ListJobsResponse({
  1. List<GoogleCloudDataplexV1Job>? jobs,
  2. String? nextPageToken,
})

Implementation

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