Class PublishersResource.ItemsResource.CancelSubmissionRequest
Cancel the current active submission of an item if present. This can be used to cancel the review of a pending submission.
Inheritance
PublishersResource.ItemsResource.CancelSubmissionRequest
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class PublishersResource.ItemsResource.CancelSubmissionRequest : ChromewebstoreBaseServiceRequest<CancelSubmissionResponse>, IClientServiceRequest<CancelSubmissionResponse>, IClientServiceRequest
Constructors
CancelSubmissionRequest(IClientService, CancelSubmissionRequest, string)
Constructs a new CancelSubmission request.
Declaration
public CancelSubmissionRequest(IClientService service, CancelSubmissionRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| CancelSubmissionRequest | 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 cancel the submission 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 CancelSubmission parameter list.
Declaration
protected override void InitParameters()