Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1MetricValue

Represents the value of a metric.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1MetricValue
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 GooglePlayDeveloperReportingV1alpha1MetricValue : 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 GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval DecimalValueConfidenceInterval { get; set; }
Property Value
Type Description
GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX