Class ApprecoveryResource.CancelRequest
Cancel an already executing app recovery action. Note that this action changes status of the recovery action to CANCELED.
Inheritance
ApprecoveryResource.CancelRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApprecoveryResource.CancelRequest : AndroidPublisherBaseServiceRequest<CancelAppRecoveryResponse>, IClientServiceRequest<CancelAppRecoveryResponse>, IClientServiceRequest
Constructors
CancelRequest(IClientService, CancelAppRecoveryRequest, string, long)
Constructs a new Cancel request.
Declaration
public CancelRequest(IClientService service, CancelAppRecoveryRequest body, string packageName, long appRecoveryId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CancelAppRecoveryRequest | body | |
string | packageName | |
long | appRecoveryId |
Properties
AppRecoveryId
Required. ID corresponding to the app recovery action.
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 cancellation is requested.
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 Cancel parameter list.
Declaration
protected override void InitParameters()