endpoints property

List<Endpoint>? endpoints
getter/setter pair

Configuration for network endpoints.

If this is empty, then an endpoint with the same name as the service is automatically generated to service all defined APIs.

Implementation

core.List<Endpoint>? endpoints;