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

A typed value for the restriction.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.AndroidEnterprise.V1.Model.AppRestrictionsSchemaRestrictionRestrictionValue{
    type: String.t(),
    valueBool: boolean(),
    valueInteger: integer(),
    valueMultiselect: [String.t()],
    valueString: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.