Class ItemsResource.GetRequest
Gets your own Chrome Web Store item.
Inheritance
ItemsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Chromewebstore.v1_1
Assembly: Google.Apis.Chromewebstore.v1_1.dll
Syntax
public class ItemsResource.GetRequest : ChromewebstoreBaseServiceRequest<Item>, IClientServiceRequest<Item>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string itemId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | itemId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ItemId
Unique identifier representing the Chrome App, Chrome Extension, or the Chrome Theme.
Declaration
[RequestParameter("itemId", RequestParameterType.Path)]
public virtual string ItemId { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Projection
Determines which subset of the item information to return.
Declaration
[RequestParameter("projection", RequestParameterType.Query)]
public virtual ItemsResource.GetRequest.ProjectionEnum? Projection { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemsResource.GetRequest.ProjectionEnum? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()