apiTargets property

List<V2ApiTarget>? apiTargets
getter/setter pair

A restriction for a specific service and optionally one or more specific methods.

Requests are allowed if they match any of these restrictions. If no restrictions are specified, all targets are allowed.

Implementation

core.List<V2ApiTarget>? apiTargets;