ConfigManagementPolicyControllerMigration constructor

ConfigManagementPolicyControllerMigration({
  1. String? copyTime,
  2. String? stage,
})

Implementation

ConfigManagementPolicyControllerMigration({
  this.copyTime,
  this.stage,
});