AlloyDbClusterBackupProperties class
AlloyDbClusterBackupProperties represents AlloyDB cluster backup properties.
.
Constructors
- AlloyDbClusterBackupProperties.new({String? chainId, String? databaseVersion, String? description, String? storedBytes})
- AlloyDbClusterBackupProperties.fromJson(Map json_)
Properties
- chainId ↔ String?
-
The chain id of this backup.
getter/setter pair
- databaseVersion ↔ String?
-
The PostgreSQL major version of the AlloyDB cluster when the backup was
taken.
getter/setter pair
- description ↔ String?
-
An optional text description for the backup.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storedBytes ↔ String?
-
Storage usage of this particular backup
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited