Class MonetizationResource.SubscriptionsResource.BatchGetRequest
Reads one or more subscriptions.
Inheritance
MonetizationResource.SubscriptionsResource.BatchGetRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class MonetizationResource.SubscriptionsResource.BatchGetRequest : AndroidPublisherBaseServiceRequest<BatchGetSubscriptionsResponse>, IClientServiceRequest<BatchGetSubscriptionsResponse>, 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
Required. The parent app (package name) for which the subscriptions should be retrieved. Must be equal to the package_name field on all the requests.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
ProductIds
Required. A list of up to 100 subscription product IDs to retrieve. All the IDs must be different.
Declaration
[RequestParameter("productIds", RequestParameterType.Query)]
public virtual Repeatable<string> ProductIds { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes BatchGet parameter list.
Declaration
protected override void InitParameters()