Class ListBackupsResponse (0.2.1)

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

Response message for ListBackups.

Attributes

NameDescription
backups Sequence[google.cloud.gke_backup_v1.types.Backup]
The list of Backups matching the given criteria.
next_page_token str
A token which may be sent as page_token in a subsequent ``ListBackups`` call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Inheritance

builtins.object > proto.message.Message > ListBackupsResponse