Class PublishersResource.ItemsResource.PublishRequest
Submit the item to be published in the store. The item will be submitted for review unless skip_review
is set to true, or the item is staged from a previous submission with publish_type set to
STAGED_PUBLISH.
Inheritance
PublishersResource.ItemsResource.PublishRequest
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class PublishersResource.ItemsResource.PublishRequest : ChromewebstoreBaseServiceRequest<PublishItemResponse>, IClientServiceRequest<PublishItemResponse>, IClientServiceRequest
Constructors
PublishRequest(IClientService, PublishItemRequest, string)
Constructs a new Publish request.
Declaration
public PublishRequest(IClientService service, PublishItemRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| PublishItemRequest | 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 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 Publish parameter list.
Declaration
protected override void InitParameters()