preference property

String? preference
getter/setter pair

Preference for this location. Possible string values are:

  • "ALLOW" : Location is allowed for use.
  • "DENY" : Location is prohibited.
  • "PREFERENCE_UNSPECIFIED" : Default value, unused.

Implementation

core.String? preference;