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

A managed property of a managed configuration. The property must match one of the properties in the app restrictions schema of the product. Exactly one of the value fields must be populated, and it must match the property's type in the app restrictions schema.

Attributes

  • key (String.t): The unique key that identifies the property. Defaults to nil.
  • valueBool (boolean()): The boolean value - this will only be present if type of the property is bool. Defaults to nil.
  • valueBundle (GoogleApi.AndroidEnterprise.V1.Model.ManagedPropertyBundle.t): The bundle of managed properties - this will only be present if type of the property is bundle. Defaults to nil.
  • valueBundleArray (list(GoogleApi.AndroidEnterprise.V1.Model.ManagedPropertyBundle.t)): The list of bundles of properties - this will only be present if type of the property is bundle_array. Defaults to nil.
  • valueInteger (integer()): The integer value - this will only be present if type of the property is integer. Defaults to nil.
  • valueString (String.t): The string value - this will only be present if type of the property is string, choice or hidden. Defaults to nil.
  • valueStringArray (list(String.t)): The list of string values - this will only be present if type of the property is multiselect. 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.ManagedProperty{
  key: String.t(),
  valueBool: boolean(),
  valueBundle: GoogleApi.AndroidEnterprise.V1.Model.ManagedPropertyBundle.t(),
  valueBundleArray: [
    GoogleApi.AndroidEnterprise.V1.Model.ManagedPropertyBundle.t()
  ],
  valueInteger: integer(),
  valueString: String.t(),
  valueStringArray: [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.