Show / Hide Table of Contents

Class PublishItemRequest

Request message for PublishItem.

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

Properties

BlockOnWarnings

Optional. When set to true the request will fail if there are any warnings during validation and the details will be included in the error.details. Otherwise warnings are treated as non-blocking and will be ignored for validation but will be included in the response for inspection. Defaults to false if unset.

Declaration
[JsonProperty("blockOnWarnings")]
public virtual bool? BlockOnWarnings { get; set; }
Property Value
Type Description
bool?

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX