GoogleFirestoreAdminV1ListBackupsResponse constructor

GoogleFirestoreAdminV1ListBackupsResponse({
  1. List<GoogleFirestoreAdminV1Backup>? backups,
  2. List<String>? unreachable,
})

Implementation

GoogleFirestoreAdminV1ListBackupsResponse({
  this.backups,
  this.unreachable,
});