View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1MetricValue (google_api_play_developer_reporting v0.5.1)
Represents the value of a metric.
Attributes
-
decimalValue(type:GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal.t, default:nil) - Actual value, represented as a decimal number. -
decimalValueConfidenceInterval(type:GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval.t, default:nil) - Confidence interval of a value that is of typetype.Decimal. -
metric(type:String.t, default:nil) - Name of the metric.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1MetricValue{ decimalValue: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal.t() | nil, decimalValueConfidenceInterval: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval.t() | nil, metric: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.