View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartDataBucket (google_api_migration_center v0.4.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: String.t, default: nil) - Lower bound - inclusive.
  • upperBound (type: String.t, default: nil) - Upper bound - exclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.