View Source GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogram (google_api_migration_center v0.6.0)

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 be n+1 buckets matching n 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

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

Unwrap a decoded JSON object into its complex fields.