google_api_android_management v0.7.0 GoogleApi.AndroidManagement.V1.Model.ManagedConfigurationTemplate View Source

The managed configurations template for the app, saved from the managed configurations iframe.

Attributes

  • configurationVariables (%{optional(String.t) => String.t}): Optional, a map containing <key, value> configuration variables defined for the configuration. Defaults to: null.
  • templateId (String.t): The ID of the managed configurations template. Defaults to: null.

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.AndroidManagement.V1.Model.ManagedConfigurationTemplate{
  configurationVariables: map(),
  templateId: any()
}

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.