View Source GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables (google_api_android_enterprise v0.26.0)

A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.

Attributes

  • mcmId (type: String.t, default: nil) - The ID of the managed configurations settings.
  • variableSet (type: list(GoogleApi.AndroidEnterprise.V1.Model.VariableSet.t), default: nil) - The variable set that is attributed to the user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.ConfigurationVariables{
  mcmId: String.t() | nil,
  variableSet: [GoogleApi.AndroidEnterprise.V1.Model.VariableSet.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.