serverKeyRestrictions property

  1. @TagNumber.new(2)
ServerKeyRestrictions get serverKeyRestrictions

The IP addresses of callers that are allowed to use the key.

Implementation

@$pb.TagNumber(2)
ServerKeyRestrictions get serverKeyRestrictions => $_getN(1);
  1. @TagNumber.new(2)
set serverKeyRestrictions (ServerKeyRestrictions value)

Implementation

@$pb.TagNumber(2)
set serverKeyRestrictions(ServerKeyRestrictions value) =>
    $_setField(2, value);