Show / Hide Table of Contents

Class GoogleChromeManagementV1Device

Describes a device reporting Chrome browser information.

Inheritance
object
GoogleChromeManagementV1Device
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX