View Source GoogleApi.AndroidManagement.V1.Model.BatchUsageLogEvents (google_api_android_management v0.57.0)
Batched event logs of events from the device.
Attributes
-
device
(type:String.t
, default:nil
) - If present, the name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’ -
retrievalTime
(type:DateTime.t
, default:nil
) - The device timestamp when the batch of events were collected from the device. -
usageLogEvents
(type:list(GoogleApi.AndroidManagement.V1.Model.UsageLogEvent.t)
, default:nil
) - The list of UsageLogEvent that were reported by the device, sorted chronologically by the event time. -
user
(type:String.t
, default:nil
) - If present, the resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.BatchUsageLogEvents{ device: String.t() | nil, retrievalTime: DateTime.t() | nil, usageLogEvents: [GoogleApi.AndroidManagement.V1.Model.UsageLogEvent.t()] | nil, user: String.t() | nil }