AlloyDbClusterBackupProperties constructor

AlloyDbClusterBackupProperties({
  1. String? chainId,
  2. String? databaseVersion,
  3. String? description,
  4. String? storedBytes,
})

Implementation

AlloyDbClusterBackupProperties({
  this.chainId,
  this.databaseVersion,
  this.description,
  this.storedBytes,
});