ListBackupPlanRevisionsResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The response message for getting a list of BackupPlanRevision.
Attributes |
|
|---|---|
| Name | Description |
backup_plan_revisions |
MutableSequence[google.cloud.backupdr_v1.types.BackupPlanRevision]
The list of BackupPlanRevisions in the project for the
specified location.
If the {location} value in the request is "-", the
response contains a list of resources from all locations. In
case any location is unreachable, the response will only
return backup plans in reachable locations and the
'unreachable' field will be populated with a list of
unreachable locations.
|
next_page_token |
str
A token which may be sent as page_token in a subsequent ListBackupPlanRevisions call to retrieve
the next page of results. If this field is omitted or empty,
then there are no more results to return.
|
unreachable |
MutableSequence[str]
Locations that could not be reached. |