google_api_page_speed_online v0.7.0 GoogleApi.PageSpeedOnline.V5.Model.Bucket View Source

A proportion of data in the total distribution, bucketed by a min/max percentage. Each bucket's range is bounded by min <= x < max, In millisecond.

Attributes

  • max (type: integer(), default: nil) - Upper bound for a bucket's range.
  • min (type: integer(), default: nil) - Lower bound for a bucket's range.
  • proportion (type: float(), default: nil) - The proportion of data in this bucket.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.PageSpeedOnline.V5.Model.Bucket{
  max: integer(),
  min: integer(),
  proportion: float()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.