AppReport

App report.

JSON representation
{
  "usageData": [
    {
      object (AppUsageData)
    }
  ],
  "reportTime": string
}
Fields
usageData[]

object (AppUsageData)

App usage data.

reportTime

string (Timestamp format)

Timestamp when the report was collected.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

AppUsageData

App usage data.

JSON representation
{
  "runningDuration": string,
  "appId": string,
  "appType": enum (TelemetryApplicationType),
  "appInstanceId": string
}
Fields
runningDuration

string (Duration format)

App foreground running time.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

appId

string

App id.

appType

enum (TelemetryApplicationType)

Type of app.

appInstanceId

string

Application instance id. This will be unique per window/instance.