Class ActivityUserDeviceInfo
Device details of the user doing the action.
Implements
Inherited Members
Namespace: Google.Apis.Admin.Reports.reports_v1.Data
Assembly: Google.Apis.Admin.Reports.reports_v1.dll
Syntax
public class ActivityUserDeviceInfo : IDirectResponseSchema
Properties
DeviceId
Output only. Device ID of the user's device.
Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeviceOsVersion
Output only. Device OS version of the user's device.
Declaration
[JsonProperty("deviceOsVersion")]
public virtual string DeviceOsVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DeviceType
Output only. The type of the user's device.
Declaration
[JsonProperty("deviceType")]
public virtual string DeviceType { 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 |