Class PublishItemRequest
Request message for PublishItem.
Implements
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2.Data
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class PublishItemRequest : IDirectResponseSchema
Properties
DeployInfos
Optional. Additional deploy information including the desired initial percentage rollout. Defaults to the current value saved in the developer dashboard if unset.
Declaration
[JsonProperty("deployInfos")]
public virtual IList<DeployInfo> DeployInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DeployInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PublishType
Optional. Use this to control if the item is published immediately on approval or staged for publishing in
the future. Defaults to DEFAULT_PUBLISH if unset.
Declaration
[JsonProperty("publishType")]
public virtual string PublishType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SkipReview
Optional. Whether to attempt to skip item review. The API will validate if the item qualifies and return a
validation error if the item requires review. Defaults to false if unset.
Declaration
[JsonProperty("skipReview")]
public virtual bool? SkipReview { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |