google_api_android_enterprise v0.19.0 GoogleApi.AndroidEnterprise.V1.Model.DeviceReport View Source
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.
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.DeviceReport{ appState: [GoogleApi.AndroidEnterprise.V1.Model.AppState.t()], lastUpdatedTimestampMillis: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.