apis property

List<Api>? apis
getter/setter pair

A list of API interfaces exported by this service.

Contains only the names, versions, and method names of the interfaces.

Implementation

core.List<Api>? apis;