Class ApprecoveryResource.ListRequest
List all app recovery action resources associated with a particular package name and app version.
Inheritance
ApprecoveryResource.ListRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApprecoveryResource.ListRequest : AndroidPublisherBaseServiceRequest<ListAppRecoveriesResponse>, IClientServiceRequest<ListAppRecoveriesResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string packageName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName |
Properties
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 list of recovery actions 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
VersionCode
Required. Version code targeted by the list of recovery actions.
Declaration
[RequestParameter("versionCode", RequestParameterType.Query)]
public virtual long? VersionCode { get; set; }
Property Value
Type | Description |
---|---|
long? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()