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