Class ItemsResource.InsertRequest
Inserts a new item.
Inheritance
ItemsResource.InsertRequest
Inherited Members
Namespace: Google.Apis.Chromewebstore.v1_1
Assembly: Google.Apis.Chromewebstore.v1_1.dll
Syntax
public class ItemsResource.InsertRequest : ChromewebstoreBaseServiceRequest<Item>, IClientServiceRequest<Item>, IClientServiceRequest
Constructors
InsertRequest(IClientService)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
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
PublisherEmail
The email of the publisher who owns the items. Defaults to the caller's email address.
Declaration
[RequestParameter("publisherEmail", RequestParameterType.Query)]
public virtual string PublisherEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()