Class ListVolumeBackupsResponse (0.5.8)

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

Response message for ListVolumeBackups.

Attributes

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