Class PublishersResource.ItemsResource.SetPublishedDeployPercentageRequest
Set a higher target deploy percentage for the item's published revision. This will be updated without the item being submitted for review. This is only available to items with over 10,000 seven-day active users.
Inheritance
PublishersResource.ItemsResource.SetPublishedDeployPercentageRequest
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class PublishersResource.ItemsResource.SetPublishedDeployPercentageRequest : ChromewebstoreBaseServiceRequest<SetPublishedDeployPercentageResponse>, IClientServiceRequest<SetPublishedDeployPercentageResponse>, IClientServiceRequest
Constructors
SetPublishedDeployPercentageRequest(IClientService, SetPublishedDeployPercentageRequest, string)
Constructs a new SetPublishedDeployPercentage request.
Declaration
public SetPublishedDeployPercentageRequest(IClientService service, SetPublishedDeployPercentageRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| SetPublishedDeployPercentageRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. Name of the item to update the published revision of in the form
publishers/{publisherId}/items/{itemId}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes SetPublishedDeployPercentage parameter list.
Declaration
protected override void InitParameters()