Class SystemapksResource.VariantsResource.ListRequest
Returns the list of previously created system APK variants.
Inheritance
SystemapksResource.VariantsResource.ListRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class SystemapksResource.VariantsResource.ListRequest : AndroidPublisherBaseServiceRequest<SystemApksListResponse>, IClientServiceRequest<SystemApksListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string, long)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string packageName, long versionCode)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
long | 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
The version code of the App Bundle.
Declaration
[RequestParameter("versionCode", RequestParameterType.Path)]
public virtual long VersionCode { get; }
Property Value
Type | Description |
---|---|
long |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()