backups property

List<GoogleFirestoreAdminV1Backup>? backups
getter/setter pair

List of all backups for the project.

Ordered by location ASC, create_time DESC, name ASC.

Implementation

core.List<GoogleFirestoreAdminV1Backup>? backups;