View Source GoogleApi.PageSpeedOnline.V5.Model.Bucket (google_api_page_speed_online v0.17.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V5.Model.Bucket{
  max: integer() | nil,
  min: integer() | nil,
  proportion: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.