Class ListRevisionsResponse (0.1.9)

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

A response to a 'ListRevisions' call. Contains a list of Revisions.

Attributes

NameDescription
revisions MutableSequence[google.cloud.config_v1.types.Revision]
List of Revisions.
next_page_token str
A token to request the next page of resources from the 'ListRevisions' method. The value of an empty string means that there are no more resources to return.
unreachable MutableSequence[str]
Locations that could not be reached.