Lower bounds of buckets.
The response will contain n+1 buckets for n bounds.
The first bucket will count all assets for which the field value is
smaller than the first bound.
Subsequent buckets will count assets for which the field value is
greater or equal to a lower bound and smaller than the next one.
The last bucket will count assets for which the field value is greater or
equal to the final lower bound.
You can define up to 20 lower bounds.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation provides details for the `Aggregation.Types.Histogram` class within the Google Cloud Migration Center v1 API, outlining its structure and functionality."],["The `Aggregation.Types.Histogram` class is used to represent a histogram of bucketed asset counts based on field values, offering insights into data distribution."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members and methods from the `object` class."],["The class offers two constructors, a default one and one that takes another `Aggregation.Types.Histogram` object, and it has a `LowerBounds` property used to define the lower bounds of each bucket within the histogram."],["The documentation provides access to different versions of this class, ranging from version 1.0.0 to 1.4.0."]]],[]]