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

A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.

Attributes

  • lastUpdatedTimestampMillis (type: String.t, default: nil) - The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.
  • mcmId (type: String.t, default: nil) - The ID of the managed configurations settings.
  • name (type: String.t, default: nil) - The name of the managed configurations settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.ManagedConfigurationsSettings{
  lastUpdatedTimestampMillis: String.t() | nil,
  mcmId: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.