Class AppstoreappsreviewResource.UploadappstoreapppolicydeclarationfileRequest
Upload a policy declaration file for the hosted app. Returns an ID to track the file.
Inheritance
AppstoreappsreviewResource.UploadappstoreapppolicydeclarationfileRequest
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstoreappsreviewResource.UploadappstoreapppolicydeclarationfileRequest : AndroidPublisherBaseServiceRequest<UploadAppStoreAppPolicyDeclarationFileResponse>, IClientServiceRequest<UploadAppStoreAppPolicyDeclarationFileResponse>, IClientServiceRequest
Constructors
UploadappstoreapppolicydeclarationfileRequest(IClientService, UploadAppStoreAppPolicyDeclarationFileRequest, string, string)
Constructs a new Uploadappstoreapppolicydeclarationfile request.
Declaration
public UploadappstoreapppolicydeclarationfileRequest(IClientService service, UploadAppStoreAppPolicyDeclarationFileRequest body, string appStorePackageName, string packageName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| UploadAppStoreAppPolicyDeclarationFileRequest | 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 Uploadappstoreapppolicydeclarationfile parameter list.
Declaration
protected override void InitParameters()