GoogleCloudDataplexV1ListMetadataJobsResponse constructor

GoogleCloudDataplexV1ListMetadataJobsResponse({
  1. List<GoogleCloudDataplexV1MetadataJob>? metadataJobs,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListMetadataJobsResponse({
  this.metadataJobs,
  this.nextPageToken,
  this.unreachableLocations,
});