Show / Hide Table of Contents

Class DistributionChannel

Deployment information for a specific release channel

Inheritance
object
DistributionChannel
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.Chromewebstore.v2.Data
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class DistributionChannel : IDirectResponseSchema

Properties

CrxVersion

The extension version provided in the manifest of the uploaded package.

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

DeployPercentage

The current deploy percentage for the release channel (nonnegative number between 0 and 100).

Declaration
[JsonProperty("deployPercentage")]
public virtual int? DeployPercentage { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX