google_api_android_enterprise v0.0.1 GoogleApi.AndroidEnterprise.V1.Model.AppRestrictionsSchemaRestrictionRestrictionValue View Source

A typed value for the restriction.

Attributes

  • type (String): The type of the value being provided. Defaults to: null.
  • valueBool (Boolean): The boolean value - this will only be present if type is bool. Defaults to: null.
  • valueInteger (Integer): The integer value - this will only be present if type is integer. Defaults to: null.
  • valueMultiselect (List[String]): The list of string values - this will only be present if type is multiselect. Defaults to: null.
  • valueString (String): The string value - this will be present for types string, choice and hidden. Defaults to: null.