Class AppstoreappsreviewResource.UpdateappstorehostedappRequest
Updates details for an app hosted on an app store. Use this to provide details for a new app, or to update details for an existing app. The update will be sent for review immediately after creation.
Inheritance
AppstoreappsreviewResource.UpdateappstorehostedappRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstoreappsreviewResource.UpdateappstorehostedappRequest : AndroidPublisherBaseServiceRequest<UpdateAppStoreHostedAppResponse>, IClientServiceRequest<UpdateAppStoreHostedAppResponse>, IClientServiceRequest
Constructors
UpdateappstorehostedappRequest(IClientService, UpdateAppStoreHostedAppRequest, string)
Constructs a new Updateappstorehostedapp request.
Declaration
public UpdateappstorehostedappRequest(IClientService service, UpdateAppStoreHostedAppRequest body, string appStorePackageName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| UpdateAppStoreHostedAppRequest | 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 Updateappstorehostedapp parameter list.
Declaration
protected override void InitParameters()