GoogleCloudDataplexV1MetadataJob constructor
GoogleCloudDataplexV1MetadataJob({
- String? createTime,
- GoogleCloudDataplexV1MetadataJobExportJobResult? exportResult,
- GoogleCloudDataplexV1MetadataJobExportJobSpec? exportSpec,
- GoogleCloudDataplexV1MetadataJobImportJobResult? importResult,
- GoogleCloudDataplexV1MetadataJobImportJobSpec? importSpec,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudDataplexV1MetadataJobStatus? status,
- String? type,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1MetadataJob({
this.createTime,
this.exportResult,
this.exportSpec,
this.importResult,
this.importSpec,
this.labels,
this.name,
this.status,
this.type,
this.uid,
this.updateTime,
});