View Source GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogram (google_api_migration_center v0.5.2)
The result of a bucketed histogram aggregation.
Attributes
-
buckets
(type:list(GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogramBucket.t)
, default:nil
) - Buckets in the histogram. There will ben+1
buckets matchingn
lower bounds in the request. The first bucket will be from -infinity to the first bound. Subsequent buckets will be between one bound and the next. The final bucket will be from the final bound to infinity.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogram{ buckets: [GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogramBucket.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.