MutableSequence[google.cloud.migrationcenter_v1.types.AggregationResult.Histogram.Bucket]
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class Histogram (0.1.15)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.15 (latest)](/python/docs/reference/migrationcenter/latest/google.cloud.migrationcenter_v1.types.AggregationResult.Histogram)\n- [0.1.13](/python/docs/reference/migrationcenter/0.1.13/google.cloud.migrationcenter_v1.types.AggregationResult.Histogram) \n\n Histogram(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe result of a bucketed histogram aggregation.\n\nClasses\n-------\n\n### Bucket\n\n Bucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nA histogram bucket with a lower and upper bound, and a count\nof items with a field value between those bounds.\nThe lower bound is inclusive and the upper bound is exclusive.\nLower bound may be -infinity and upper bound may be infinity."]]