Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchUsageLogEvents

import type { BatchUsageLogEvents } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Batched event logs of events from the device.

interface BatchUsageLogEvents {
device?: string;
retrievalTime?: Date;
usageLogEvents?: UsageLogEvent[];
user?: string;
}

§Properties

§
device?: string
[src]

The name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’

§
retrievalTime?: Date
[src]

The device timestamp when the batch of events were collected from the device.

§
usageLogEvents?: UsageLogEvent[]
[src]

The list of UsageLogEvent that were reported by the device, sorted chronologically by the event time.

§
user?: string
[src]

The resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.