Class ListApiOperationsResponse (0.2.0)

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

The ListApiOperations method's response.

Attributes

Name Description
api_operations MutableSequence[google.cloud.apihub_v1.types.ApiOperation]
The operations corresponding to an API version. Only following field will be populated in the response: name, spec, details.deprecated, details.http_operation.path.path, details.http_operation.method and details.documentation.external_uri.
next_page_token str
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.