Class ListResourcesResponse (0.1.9)

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

A response to a 'ListResources' call. Contains a list of Resources.

Attributes

NameDescription
resources MutableSequence[google.cloud.config_v1.types.Resource]
List of [Resources][]s.
next_page_token str
A token to request the next page of resources from the 'ListResources' 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.