Show / Hide Table of Contents

Class GoogleChromeManagementV1BrowserVersion

Describes a browser version and its install count.

Inheritance
object
GoogleChromeManagementV1BrowserVersion
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX