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

Device report updated with the latest app states for managed apps on the device.

Attributes

  • appState (type: list(GoogleApi.AndroidEnterprise.V1.Model.AppState.t), default: nil) - List of app states set by managed apps on the device. App states are defined by the app's developers. This field will always be present.
  • lastUpdatedTimestampMillis (type: String.t, default: nil) - The timestamp of the last report update in milliseconds since epoch. This field will always be present.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.DeviceReport{
  appState: [GoogleApi.AndroidEnterprise.V1.Model.AppState.t()] | nil,
  lastUpdatedTimestampMillis: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.