Class GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval
Represents the confidence interval of a metric.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LowerBound
The confidence interval's lower bound.
Declaration
[JsonProperty("lowerBound")]
public virtual GoogleTypeDecimal LowerBound { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDecimal |
UpperBound
The confidence interval's upper bound.
Declaration
[JsonProperty("upperBound")]
public virtual GoogleTypeDecimal UpperBound { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDecimal |