View Source GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogramBucket (google_api_migration_center v0.2.0)

A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds. The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.

Attributes

  • count (type: String.t, default: nil) - Count of items in the bucket.
  • lowerBound (type: float(), default: nil) - Lower bound - inclusive.
  • upperBound (type: float(), default: nil) - Upper bound - exclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.AggregationResultHistogramBucket{
  count: String.t() | nil,
  lowerBound: float() | nil,
  upperBound: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.