RestoreDatabaseRequest class

The request for RestoreDatabase.

Constructors

RestoreDatabaseRequest({String? backup, String? databaseId, RestoreDatabaseEncryptionConfig? encryptionConfig})
RestoreDatabaseRequest.fromJson(Map json_)

Properties

backup String?
Name of the backup from which to restore.
getter/setter pair
databaseId String?
The id of the database to create and restore to.
getter/setter pair
encryptionConfig RestoreDatabaseEncryptionConfig?
An encryption configuration describing the encryption type and key resources in Cloud KMS used to encrypt/decrypt the database to restore to.
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

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