apiTargets property

  1. @TagNumber.new(5)
PbList<ApiTarget> get apiTargets

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

@$pb.TagNumber(5)
$pb.PbList<ApiTarget> get apiTargets => $_getList(4);