Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval

Represents the confidence interval of a metric.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval
Implements
IDirectResponseSchema
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX