Class BatchUsageLogEvents
Batched event logs of events from the device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class BatchUsageLogEvents : IDirectResponseSchema
Properties
Device
If present, the name of the device in the form ‘enterprises/{enterpriseId}/devices/{deviceId}’
Declaration
[JsonProperty("device")]
public virtual string Device { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RetrievalTime
object representation of RetrievalTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RetrievalTimeDateTimeOffset instead.")]
public virtual object RetrievalTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RetrievalTimeDateTimeOffset
DateTimeOffset representation of RetrievalTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RetrievalTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RetrievalTimeRaw
The device timestamp when the batch of events were collected from the device.
Declaration
[JsonProperty("retrievalTime")]
public virtual string RetrievalTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UsageLogEvents
The list of UsageLogEvent that were reported by the device, sorted chronologically by the event time.
Declaration
[JsonProperty("usageLogEvents")]
public virtual IList<UsageLogEvent> UsageLogEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<UsageLogEvent> |
User
If present, the resource name of the user that owns this device in the form ‘enterprises/{enterpriseId}/users/{userId}’.
Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type | Description |
---|---|
string |