MysqlDatabaseDeployment constructor
MysqlDatabaseDeployment({
- List<
MySqlPlugin> ? plugins, - List<
MySqlProperty> ? properties, - int? resourceGroupsCount,
- List<
MySqlVariable> ? variables,
Implementation
MysqlDatabaseDeployment({
this.plugins,
this.properties,
this.resourceGroupsCount,
this.variables,
});