allowedIps property

  1. @TagNumber.new(1)
PbList<String> get allowedIps

A list of the caller IP addresses that are allowed to make API calls with this key.

Implementation

@$pb.TagNumber(1)
$pb.PbList<$core.String> get allowedIps => $_getList(0);