Class GeneratedapksResource.ListRequest
Returns download metadata for all APKs that were generated from a given app bundle.
Inheritance
GeneratedapksResource.ListRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class GeneratedapksResource.ListRequest : AndroidPublisherBaseServiceRequest<GeneratedApksListResponse>, IClientServiceRequest<GeneratedApksListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string, int)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string packageName, int versionCode)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
int | versionCode |
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
VersionCode
Version code of the app bundle.
Declaration
[RequestParameter("versionCode", RequestParameterType.Path)]
public virtual int VersionCode { get; }
Property Value
Type | Description |
---|---|
int |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()