Show / Hide Table of Contents

Class GoogleChromeManagementV1CountDevicesPerReleaseChannelResponse

Response containing the number of devices with the given channel.

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

Properties

BetaChannelCount

Number of devices with beta release channel.

Declaration
[JsonProperty("betaChannelCount")]
public virtual long? BetaChannelCount { get; set; }
Property Value
Type Description
long?

CanaryChannelCount

Number of devices with canary release channel.

Declaration
[JsonProperty("canaryChannelCount")]
public virtual long? CanaryChannelCount { get; set; }
Property Value
Type Description
long?

DevChannelCount

Number of devices with dev release channel.

Declaration
[JsonProperty("devChannelCount")]
public virtual long? DevChannelCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LtcChannelCount

Number of devices with ltc release channel.

Declaration
[JsonProperty("ltcChannelCount")]
public virtual long? LtcChannelCount { get; set; }
Property Value
Type Description
long?

LtsChannelCount

Number of devices with lts release channel.

Declaration
[JsonProperty("ltsChannelCount")]
public virtual long? LtsChannelCount { get; set; }
Property Value
Type Description
long?

StableChannelCount

Number of devices with stable release channel.

Declaration
[JsonProperty("stableChannelCount")]
public virtual long? StableChannelCount { get; set; }
Property Value
Type Description
long?

UnreportedChannelCount

Number of devices with an unreported release channel.

Declaration
[JsonProperty("unreportedChannelCount")]
public virtual long? UnreportedChannelCount { get; set; }
Property Value
Type Description
long?

UnsupportedChannelCount

Number of devices with unsupported release channel.

Declaration
[JsonProperty("unsupportedChannelCount")]
public virtual long? UnsupportedChannelCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX