View Source GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartData (google_api_migration_center v0.4.0)
A Histogram Chart shows a distribution of values into buckets, showing a count of values which fall into a bucket.
Attributes
-
buckets
(type:list(GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartDataBucket.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.ReportSummaryHistogramChartData{ buckets: [ GoogleApi.MigrationCenter.V1.Model.ReportSummaryHistogramChartDataBucket.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.