google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.DeviceReport View Source

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

Attributes

  • appState (list(GoogleApi.AndroidEnterprise.V1.Model.AppState.t)): 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. Defaults to nil.
  • lastUpdatedTimestampMillis (String.t): The timestamp of the last report update in milliseconds since epoch. This field will always be present. Defaults to nil.

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.AndroidEnterprise.V1.Model.DeviceReport{
  appState: [GoogleApi.AndroidEnterprise.V1.Model.AppState.t()],
  lastUpdatedTimestampMillis: String.t()
}

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.