Class AppstoreappsreviewResource.CreateappstorehostedappRequest
Creates an app store hosted app. This must be called before any other RPCs for this hosted app.
Inheritance
AppstoreappsreviewResource.CreateappstorehostedappRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstoreappsreviewResource.CreateappstorehostedappRequest : AndroidPublisherBaseServiceRequest<CreateAppStoreHostedAppResponse>, IClientServiceRequest<CreateAppStoreHostedAppResponse>, IClientServiceRequest
Constructors
CreateappstorehostedappRequest(IClientService, CreateAppStoreHostedAppRequest, string)
Constructs a new Createappstorehostedapp request.
Declaration
public CreateappstorehostedappRequest(IClientService service, CreateAppStoreHostedAppRequest body, string appStorePackageName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| CreateAppStoreHostedAppRequest | body | |
| string | appStorePackageName |
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
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 Createappstorehostedapp parameter list.
Declaration
protected override void InitParameters()