RelationalDatabaseBundle constructor

RelationalDatabaseBundle({
  1. String? bundleId,
  2. int? cpuCount,
  3. int? diskSizeInGb,
  4. bool? isActive,
  5. bool? isEncrypted,
  6. String? name,
  7. double? price,
  8. double? ramSizeInGb,
  9. int? transferPerMonthInGb,
})

Implementation

RelationalDatabaseBundle({
  this.bundleId,
  this.cpuCount,
  this.diskSizeInGb,
  this.isActive,
  this.isEncrypted,
  this.name,
  this.price,
  this.ramSizeInGb,
  this.transferPerMonthInGb,
});