Class AppstoreappsreviewResource.UploadapkRequest
Upload an APK file for the hosted app. Returns an ID to track this APK.
Inheritance
AppstoreappsreviewResource.UploadapkRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstoreappsreviewResource.UploadapkRequest : AndroidPublisherBaseServiceRequest<UploadApkResponse>, IClientServiceRequest<UploadApkResponse>, IClientServiceRequest
Constructors
UploadapkRequest(IClientService, UploadApkRequest, string, string)
Constructs a new Uploadapk request.
Declaration
public UploadapkRequest(IClientService service, UploadApkRequest body, string appStorePackageName, string packageName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| UploadApkRequest | body | |
| string | appStorePackageName | |
| string | packageName |
Properties
AppStorePackageName
Required. Package name of the third-party app store.
Declaration
[RequestParameter("appStorePackageName", RequestParameterType.Path)]
public virtual string AppStorePackageName { get; }
Property Value
| Type | Description |
|---|---|
| string |
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. 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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Uploadapk parameter list.
Declaration
protected override void InitParameters()