Class ListBackupsResponse (2.1.0)

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

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

Attributes

NameDescription
backups Sequence[`.gsad_backup.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.

Inheritance

builtins.object > proto.message.Message > ListBackupsResponse