Class ListServicesResponse (1.5.0)

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

Response message for Services.ListServices.

Attributes

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

Inheritance

builtins.object > proto.message.Message > ListServicesResponse