Class ListBackupsResponse (3.8.0)

ListBackupsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response for ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups].

Attributes

NameDescription
backups Sequence[google.cloud.spanner_admin_database_v1.types.Backup]
The list of matching backups. Backups returned are ordered by create_time in descending order, starting from the most recent create_time.
next_page_token str
next_page_token can be sent in a subsequent ListBackups][google.spanner.admin.database.v1.DatabaseAdmin.ListBackups] call to fetch more of the matching backups.