Class ApprecoveryResource.AddTargetingRequest
Incrementally update targeting for a recovery action. Note that only the criteria selected during the creation of recovery action can be expanded.
Inheritance
ApprecoveryResource.AddTargetingRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApprecoveryResource.AddTargetingRequest : AndroidPublisherBaseServiceRequest<AddTargetingResponse>, IClientServiceRequest<AddTargetingResponse>, IClientServiceRequest
Constructors
AddTargetingRequest(IClientService, AddTargetingRequest, string, long)
Constructs a new AddTargeting request.
Declaration
public AddTargetingRequest(IClientService service, AddTargetingRequest body, string packageName, long appRecoveryId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AddTargetingRequest | 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 is to be updated.
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 AddTargeting parameter list.
Declaration
protected override void InitParameters()