View Source GoogleApi.AndroidManagement.V1.Model.BatchUsageLogEvents (google_api_android_management v0.48.2)

Batched event logs of events from the device.

Attributes

  • device (type: String.t, default: nil) - 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) - 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.