DatabaseDetails constructor
DatabaseDetails({
- String? allocatedStorageBytes,
- String? databaseName,
- DatabaseDetailsParentDatabaseDeployment? parentDatabaseDeployment,
- List<
DatabaseSchema> ? schemas,
Implementation
DatabaseDetails({
this.allocatedStorageBytes,
this.databaseName,
this.parentDatabaseDeployment,
this.schemas,
});