Class ListResourceChangesResponse (0.4.0)

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

A response to a 'ListResourceChanges' call. Contains a list of ResourceChanges.

Attributes

Name Description
resource_changes MutableSequence[google.cloud.config_v1.types.ResourceChange]
List of ResourceChanges.
next_page_token str
A token to request the next page of resources from the 'ListResourceChanges' method. The value of an empty string means that there are no more resources to return.
unreachable MutableSequence[str]
Unreachable resources, if any.