iosKeyRestrictions property

  1. @TagNumber.new(4)
IosKeyRestrictions get iosKeyRestrictions

The iOS apps that are allowed to use the key.

Implementation

@$pb.TagNumber(4)
IosKeyRestrictions get iosKeyRestrictions => $_getN(3);
  1. @TagNumber.new(4)
set iosKeyRestrictions (IosKeyRestrictions value)

Implementation

@$pb.TagNumber(4)
set iosKeyRestrictions(IosKeyRestrictions value) => $_setField(4, value);