newRestriction property

String? newRestriction
getter/setter pair

The restriction in place after the change. Possible string values are:

  • "RESTRICTION_UNSPECIFIED" : The type of restriction is not available.
  • "UNRESTRICTED" : The feature is available without restriction.
  • "FULLY_RESTRICTED" : The use of this feature is fully restricted.

Implementation

core.String? newRestriction;