View Source GoogleApi.AndroidManagement.V1.Model.ManagedConfigurationTemplate (google_api_android_management v0.48.2)

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

Attributes

  • configurationVariables (type: map(), default: nil) - Optional, a map containing configuration variables defined for the configuration.
  • templateId (type: String.t, default: nil) - The ID of the managed configurations template.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.ManagedConfigurationTemplate{
  configurationVariables: map() | nil,
  templateId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.