MigrationJobObject constructor

MigrationJobObject({
  1. String? createTime,
  2. Status? error,
  3. HeterogeneousMetadata? heterogeneousMetadata,
  4. String? name,
  5. String? phase,
  6. SourceObjectIdentifier? sourceObject,
  7. String? state,
  8. String? updateTime,
})

Implementation

MigrationJobObject({
  this.createTime,
  this.error,
  this.heterogeneousMetadata,
  this.name,
  this.phase,
  this.sourceObject,
  this.state,
  this.updateTime,
});