google_api_android_enterprise v0.21.0 GoogleApi.AndroidEnterprise.V1.Model.ManagedConfigurationsSettings View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.