Class SetPublishedDeployPercentageRequest
Request message for SetPublishedDeployPercentage.
Implements
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2.Data
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class SetPublishedDeployPercentageRequest : IDirectResponseSchema
Properties
DeployPercentage
Required. Unscaled percentage value for the publised revision (nonnegative number between 0 and 100). It must be larger than the existing target percentage.
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 |