Class GooglePlayDeveloperReportingV1beta1MetricValue
Represents the value of a metric.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1MetricValue : IDirectResponseSchema
Properties
DecimalValue
Actual value, represented as a decimal number.
Declaration
[JsonProperty("decimalValue")]
public virtual GoogleTypeDecimal DecimalValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDecimal |
DecimalValueConfidenceInterval
Confidence interval of a value that is of type type.Decimal
.
Declaration
[JsonProperty("decimalValueConfidenceInterval")]
public virtual GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval DecimalValueConfidenceInterval { get; set; }
Property Value
Type | Description |
---|---|
GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metric
Name of the metric.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type | Description |
---|---|
string |