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

View Source

For enum metrics, provides fraction timeseries which add up to approximately 1.0 per entry (k-th element into the repeated fractions field for any k <= len) across fraction_timeseries.

Attributes

  • fractions (type: list(float()), default: nil) - Values between 0.0 and 1.0 (inclusive) and NaN.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.FractionTimeseries{
  fractions: [float()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.