Class PublishersResource.ItemsResource.FetchStatusRequest
Fetch the status of an item.
Inheritance
PublishersResource.ItemsResource.FetchStatusRequest
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class PublishersResource.ItemsResource.FetchStatusRequest : ChromewebstoreBaseServiceRequest<FetchItemStatusResponse>, IClientServiceRequest<FetchItemStatusResponse>, IClientServiceRequest
Constructors
FetchStatusRequest(IClientService, string)
Constructs a new FetchStatus request.
Declaration
public FetchStatusRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| 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 retrieve the status 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
InitParameters()
Initializes FetchStatus parameter list.
Declaration
protected override void InitParameters()