GoogleFirestoreAdminV1CloneDatabaseRequest class
The request message for FirestoreAdmin.CloneDatabase.
Constructors
-
GoogleFirestoreAdminV1CloneDatabaseRequest.new({String? databaseId, GoogleFirestoreAdminV1EncryptionConfig? encryptionConfig, GoogleFirestoreAdminV1PitrSnapshot? pitrSnapshot, Map<
String, String> ? tags}) - GoogleFirestoreAdminV1CloneDatabaseRequest.fromJson(Map json_)
Properties
- databaseId ↔ String?
-
The ID to use for the database, which will become the final component of
the database's resource name.
getter/setter pair
- encryptionConfig ↔ GoogleFirestoreAdminV1EncryptionConfig?
-
Encryption configuration for the cloned database.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pitrSnapshot ↔ GoogleFirestoreAdminV1PitrSnapshot?
-
Specification of the PITR data to clone from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Tags to be bound to the cloned database.
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