upperBound property

GooglePrivacyDlpV2Value? upperBound
getter/setter pair

Upper bound value of buckets.

All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value "89+".

Required.

Implementation

GooglePrivacyDlpV2Value? upperBound;