targetEndpoints property

List<String>? targetEndpoints
getter/setter pair

List of TargetEndpoints in the /targets directory of the API proxy.

Typically, this element is included only when the API proxy was created using the Edge UI. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy.

Implementation

core.List<core.String>? targetEndpoints;