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