Class AppstoreappsreviewResource.UpdateappstorehostedapppublishstatusRequest
Updates the publish status of an app store hosted app. The default state after calling UpdateAppStoreHostedApp is PUBLISHED. It is not necessary to call this RPC explicitly to set an app to PUBLISHED.
Inheritance
AppstoreappsreviewResource.UpdateappstorehostedapppublishstatusRequest
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstoreappsreviewResource.UpdateappstorehostedapppublishstatusRequest : AndroidPublisherBaseServiceRequest<UpdateAppStoreHostedAppPublishStatusResponse>, IClientServiceRequest<UpdateAppStoreHostedAppPublishStatusResponse>, IClientServiceRequest
Constructors
UpdateappstorehostedapppublishstatusRequest(IClientService, UpdateAppStoreHostedAppPublishStatusRequest, string, string)
Constructs a new Updateappstorehostedapppublishstatus request.
Declaration
public UpdateappstorehostedapppublishstatusRequest(IClientService service, UpdateAppStoreHostedAppPublishStatusRequest body, string appStorePackageName, string packageName)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| UpdateAppStoreHostedAppPublishStatusRequest | 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 Updateappstorehostedapppublishstatus parameter list.
Declaration
protected override void InitParameters()