Class InappproductsResource.BatchGetRequest
Reads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See this article for more information.
Inheritance
InappproductsResource.BatchGetRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class InappproductsResource.BatchGetRequest : AndroidPublisherBaseServiceRequest<InappproductsBatchGetResponse>, IClientServiceRequest<InappproductsBatchGetResponse>, IClientServiceRequest
Constructors
BatchGetRequest(IClientService, string)
Constructs a new BatchGet request.
Declaration
public BatchGetRequest(IClientService service, string packageName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName |
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
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Sku
Unique identifier for the in-app products.
Declaration
[RequestParameter("sku", RequestParameterType.Query)]
public virtual Repeatable<string> Sku { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
Methods
InitParameters()
Initializes BatchGet parameter list.
Declaration
protected override void InitParameters()