MigrationExecution constructor

MigrationExecution({
  1. CloudSQLMigrationConfig? cloudSqlMigrationConfig,
  2. String? createTime,
  3. String? endTime,
  4. String? name,
  5. String? phase,
  6. String? state,
  7. String? stateMessage,
})

Implementation

MigrationExecution({
  this.cloudSqlMigrationConfig,
  this.createTime,
  this.endTime,
  this.name,
  this.phase,
  this.state,
  this.stateMessage,
});