GoogleApi.ChromeUXReport.V1.Model.Percentiles (google_api_chrome_ux_report v0.6.0)

View Source

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

  • p75 (type: any(), default: nil) - 75% of users experienced the given metric at or below this value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.Percentiles{p75: any() | nil}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.