Class AppsResource.FetchReleaseFilterOptionsRequest
Describes filtering options for releases.
Inheritance
AppsResource.FetchReleaseFilterOptionsRequest
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class AppsResource.FetchReleaseFilterOptionsRequest : PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions>, IClientServiceRequest<GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions>, IClientServiceRequest
Constructors
FetchReleaseFilterOptionsRequest(IClientService, string)
Constructs a new FetchReleaseFilterOptions request.
Declaration
public FetchReleaseFilterOptionsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes FetchReleaseFilterOptions parameter list.
Declaration
protected override void InitParameters()