Class ListPreviewsResponse (0.1.9)

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

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

Attributes

NameDescription
previews MutableSequence[google.cloud.config_v1.types.Preview]
List of [Previews][]s.
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.