Show / Hide Table of Contents

Class ActivityUserDeviceInfo

Device details of the user doing the action.

Inheritance
object
ActivityUserDeviceInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX