Class ApprecoveryResource.DeployRequest
Deploy an already created app recovery action with recovery status DRAFT. Note that this action activates the recovery action for all targeted users and changes its status to ACTIVE.
Inheritance
ApprecoveryResource.DeployRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApprecoveryResource.DeployRequest : AndroidPublisherBaseServiceRequest<DeployAppRecoveryResponse>, IClientServiceRequest<DeployAppRecoveryResponse>, IClientServiceRequest
Constructors
DeployRequest(IClientService, DeployAppRecoveryRequest, string, long)
Constructs a new Deploy request.
Declaration
public DeployRequest(IClientService service, DeployAppRecoveryRequest body, string packageName, long appRecoveryId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DeployAppRecoveryRequest | body | |
string | packageName | |
long | appRecoveryId |
Properties
AppRecoveryId
Required. ID corresponding to the app recovery action to deploy.
Declaration
[RequestParameter("appRecoveryId", RequestParameterType.Path)]
public virtual long AppRecoveryId { get; }
Property Value
Type | Description |
---|---|
long |
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 for which recovery action is deployed.
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 Deploy parameter list.
Declaration
protected override void InitParameters()