View Source GoogleApi.Language.V2.Model.XPSFloat64StatsHistogramBucket (google_api_language v0.14.0)

A bucket of a histogram.

Attributes

  • count (type: String.t, default: nil) - The number of data values that are in the bucket, i.e. are between min and max values.
  • max (type: float(), default: nil) - The maximum value of the bucket, exclusive unless max = "Infinity", in which case it's inclusive.
  • min (type: float(), default: nil) - The minimum value of the bucket, inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSFloat64StatsHistogramBucket{
  count: String.t() | nil,
  max: float() | nil,
  min: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.