GoogleCloudDataplexV1ListMetadataJobsResponse constructor
GoogleCloudDataplexV1ListMetadataJobsResponse({
- List<
GoogleCloudDataplexV1MetadataJob> ? metadataJobs, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListMetadataJobsResponse({
this.metadataJobs,
this.nextPageToken,
this.unreachableLocations,
});