Class VitalsResource.CrashrateResource.QueryRequest
Queries the metrics in the metric set.
Inheritance
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse>
VitalsResource.CrashrateResource.QueryRequest
Implements
Inherited Members
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse>.ETagAction
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class VitalsResource.CrashrateResource.QueryRequest : PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse>, IClientServiceRequest<GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse>, IClientServiceRequest
Constructors
QueryRequest(IClientService, GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest, string)
Constructs a new Query request.
Declaration
public QueryRequest(IClientService service, GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse>.MethodName
Name
Required. The resource name. Format: apps/{app}/crashRateMetricSet
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Query parameter list.
Declaration
protected override void InitParameters()