View Source GoogleApi.AndroidEnterprise.V1.Model.DeviceReportUpdateEvent (google_api_android_enterprise v0.30.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.DeviceReportUpdateEvent{ deviceId: String.t() | nil, report: GoogleApi.AndroidEnterprise.V1.Model.DeviceReport.t() | nil, userId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.