MigrationJobObject constructor
MigrationJobObject({
- String? createTime,
- Status? error,
- HeterogeneousMetadata? heterogeneousMetadata,
- String? name,
- String? phase,
- SourceObjectIdentifier? sourceObject,
- String? state,
- String? updateTime,
Implementation
MigrationJobObject({
this.createTime,
this.error,
this.heterogeneousMetadata,
this.name,
this.phase,
this.sourceObject,
this.state,
this.updateTime,
});