Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1DeviceInfo

Information of a device that runs a Chrome browser profile.

Inheritance
object
GoogleChromeManagementVersionsV1DeviceInfo
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 GoogleChromeManagementVersionsV1DeviceInfo : IDirectResponseSchema

Properties

AffiliatedDeviceId

Output only. Device ID that identifies the affiliated device on which the profile exists. If the device type is CHROME_BROWSER, then this represents a unique Directory API ID of the device that can be used in Admin SDK Browsers API.

Declaration
[JsonProperty("affiliatedDeviceId")]
public virtual string AffiliatedDeviceId { get; set; }
Property Value
Type Description
string

DeviceType

Output only. Type of the device on which the profile exists.

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

Hostname

Output only. Hostname of the device on which the profile exists.

Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type Description
string

Machine

Output only. Machine name of the device on which the profile exists. On platforms which do not report the machine name (currently iOS and Android) this is instead set to the browser's device_id - but note that this is a different device_id than the |affiliated_device_id|.

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