Class GoogleChromeManagementV1BrowserVersion
Describes a browser version and its install count.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1BrowserVersion : IDirectResponseSchema
Properties
Channel
Output only. The release channel of the installed browser.
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Output only. Count grouped by device_system and major version
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
DeviceOsVersion
Output only. Version of the system-specified operating system.
Declaration
[JsonProperty("deviceOsVersion")]
public virtual string DeviceOsVersion { 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 |
System
Output only. The device operating system.
Declaration
[JsonProperty("system")]
public virtual string System { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Output only. The full version of the installed browser.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |