View Source GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval (google_api_play_developer_reporting v0.4.0)

Represents the confidence interval of a metric.

Attributes

  • lowerBound (type: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal.t, default: nil) - The confidence interval's lower bound.
  • upperBound (type: GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal.t, default: nil) - The confidence interval's upper bound.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval{
    lowerBound:
      GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal.t() | nil,
    upperBound:
      GoogleApi.PlayDeveloperReporting.V1beta1.Model.GoogleTypeDecimal.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.