GoogleFirestoreAdminV1Backup class

A Backup of a Cloud Firestore Database.

The backup contains all documents and index configurations for the given database at a specific point in time.

Constructors

GoogleFirestoreAdminV1Backup({String? database, String? databaseUid, String? expireTime, String? name, String? snapshotTime, String? state, GoogleFirestoreAdminV1Stats? stats})
GoogleFirestoreAdminV1Backup.fromJson(Map json_)

Properties

database String?
Name of the Firestore database that the backup is from.
getter/setter pair
databaseUid String?
The system-generated UUID4 for the Firestore database that the backup is from.
getter/setter pair
expireTime String?
The timestamp at which this backup expires.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The unique resource name of the Backup.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotTime String?
The backup contains an externally consistent copy of the database at this time.
getter/setter pair
state String?
The current state of the backup.
getter/setter pair
stats GoogleFirestoreAdminV1Stats?
Statistics about the 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