Class VitalsResource.SlowrenderingrateResource
The "slowrenderingrate" collection of methods.
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class VitalsResource.SlowrenderingrateResource
Constructors
SlowrenderingrateResource(IClientService)
Constructs a new resource.
Declaration
public SlowrenderingrateResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Describes the properties of the metric set.
Declaration
public virtual VitalsResource.SlowrenderingrateResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet |
Returns
Type | Description |
---|---|
VitalsResource.SlowrenderingrateResource.GetRequest |
Query(GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest, string)
Queries the metrics in the metric set.
Declaration
public virtual VitalsResource.SlowrenderingrateResource.QueryRequest Query(GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest | body | The body of the request. |
string | name | Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet |
Returns
Type | Description |
---|---|
VitalsResource.SlowrenderingrateResource.QueryRequest |