GoogleFirestoreAdminV1DatabaseSnapshot class
A consistent snapshot of a database at a specific point in time.
Constructors
- GoogleFirestoreAdminV1DatabaseSnapshot({String? database, String? snapshotTime})
- GoogleFirestoreAdminV1DatabaseSnapshot.fromJson(Map json_)
Properties
- database ↔ String?
-
A name of the form
projects/{project_id}/databases/{database_id}
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
- snapshotTime ↔ String?
-
The timestamp at which the database snapshot is taken.
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