View Source GoogleApi.ChromeUXReport.V1.Model.TimeseriesPercentiles (google_api_chrome_ux_report v0.5.0)

Percentiles contains synthetic values of a metric at a given statistical percentile. These are used for estimating a metric's value as experienced by a percentage of users out of the total number of users.

Attributes

  • p75s (type: list(any()), default: nil) - 75% of users experienced the given metric at or below this value. The length of this list of densities is equal to the length of the CollectionPeriods field in the HistoryRecord message, which describes when the density was observed in the field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.TimeseriesPercentiles{
  p75s: [any()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.