bucketOptions property
Defines the histogram bucket boundaries. If the distribution does not contain a histogram, then omit this field.
Implementation
@$pb.TagNumber(6)
Distribution_BucketOptions get bucketOptions => $_getN(4);
Implementation
@$pb.TagNumber(6)
set bucketOptions(Distribution_BucketOptions value) => $_setField(6, value);