google_api_android_enterprise v0.21.0 GoogleApi.AndroidEnterprise.V1.Model.DeviceReportUpdateEvent View Source
An event generated when an updated device report is available.
Attributes
-
deviceId
(type:String.t
, default:nil
) - The Android ID of the device. This field will always be present. -
report
(type:GoogleApi.AndroidEnterprise.V1.Model.DeviceReport.t
, default:nil
) - The device report updated with the latest app states. This field will always be present. -
userId
(type:String.t
, default:nil
) - The ID of the user. 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.DeviceReportUpdateEvent{ deviceId: String.t(), report: GoogleApi.AndroidEnterprise.V1.Model.DeviceReport.t(), userId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.