PendingModifiedRelationalDatabaseValues class

Describes a pending database value modification.

Constructors

PendingModifiedRelationalDatabaseValues({bool? backupRetentionEnabled, String? engineVersion, String? masterUserPassword})
PendingModifiedRelationalDatabaseValues.fromJson(Map<String, dynamic> json)
factory

Properties

backupRetentionEnabled bool?
A Boolean value indicating whether automated backup retention is enabled.
final
engineVersion String?
The database engine version.
final
hashCode int
The hash code for this object.
no setterinherited
masterUserPassword String?
The password for the master user of the database.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited