Show / Hide Table of Contents

Class VitalsResource.ExcessivewakeuprateResource

The "excessivewakeuprate" collection of methods.

Inheritance
object
VitalsResource.ExcessivewakeuprateResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Playdeveloperreporting.v1beta1
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class VitalsResource.ExcessivewakeuprateResource

Constructors

ExcessivewakeuprateResource(IClientService)

Constructs a new resource.

Declaration
public ExcessivewakeuprateResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Describes the properties of the metric set.

Declaration
public virtual VitalsResource.ExcessivewakeuprateResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet

Returns
Type Description
VitalsResource.ExcessivewakeuprateResource.GetRequest

Query(GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest, string)

Queries the metrics in the metric set.

Declaration
public virtual VitalsResource.ExcessivewakeuprateResource.QueryRequest Query(GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest body, string name)
Parameters
Type Name Description
GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest body

The body of the request.

string name

Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet

Returns
Type Description
VitalsResource.ExcessivewakeuprateResource.QueryRequest
In this article
Back to top Generated by DocFX