Class GoogleChromeManagementV1Device
Describes a device reporting Chrome browser information.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1Device : IDirectResponseSchema
Properties
DeviceId
Output only. The ID of the device that reported this Chrome browser information.
Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { 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 |
Machine
Output only. The name of the machine within its local network.
Declaration
[JsonProperty("machine")]
public virtual string Machine { get; set; }
Property Value
Type | Description |
---|---|
string |