Show / Hide Table of Contents

Class PublishRequest

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

Properties

DeployPercentage

The target deploy percentage of the item. It's only useful for items with big user base.

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

ReviewExemption

Optional. The caller request to exempt the review and directly publish because the update is within the list that we can automatically validate. The API will check if the exemption can be granted using real time data.

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

Target

The publish target of this publish operation. This is the same as using publishTarget as a URL query parameter. The string value can either be target="trustedTesters" or target="default". The default value, if none is supplied, is target="default". Recommended usage is to use the URL query parameter to specificy the value.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX