Class ListInstancesResponse (1.5.2)

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

Response message for Instances.ListInstances.

Attributes

NameDescription
instances Sequence[google.cloud.appengine_admin_v1.types.Instance]
The instances belonging to the requested version.
next_page_token str
Continuation token for fetching the next page of results.

Inheritance

builtins.object > proto.message.Message > ListInstancesResponse