MysqlDatabaseDeployment constructor

MysqlDatabaseDeployment({
  1. List<MySqlPlugin>? plugins,
  2. List<MySqlProperty>? properties,
  3. int? resourceGroupsCount,
  4. List<MySqlVariable>? variables,
})

Implementation

MysqlDatabaseDeployment({
  this.plugins,
  this.properties,
  this.resourceGroupsCount,
  this.variables,
});