Class PurchasesResource.Subscriptionsv2Resource.GetRequest
Get metadata about a subscription
Inheritance
PurchasesResource.Subscriptionsv2Resource.GetRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class PurchasesResource.Subscriptionsv2Resource.GetRequest : AndroidPublisherBaseServiceRequest<SubscriptionPurchaseV2>, IClientServiceRequest<SubscriptionPurchaseV2>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string packageName, string token)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
string | token |
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
The package of the application for which this subscription was purchased (for example, 'com.some.thing').
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
Token
Required. The token provided to the user's device when the subscription was purchased.
Declaration
[RequestParameter("token", RequestParameterType.Path)]
public virtual string Token { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()