endpoints property

List<RestDescriptionEndpoints>? endpoints
getter/setter pair

A list of location-based endpoint objects for this API.

Each object contains the endpoint URL, location, description and deprecation status.

Implementation

core.List<RestDescriptionEndpoints>? endpoints;