Class ListPreviewsResponse (0.6.0)

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

A response to a ListPreviews call. Contains a list of Previews.

Attributes

Name Description
previews MutableSequence[google.cloud.config_v1.types.Preview]
List of Previews.
next_page_token str
Token to be supplied to the next ListPreviews request via page_token to obtain the next set of results.
unreachable MutableSequence[str]
Locations that could not be reached.