lowerBound property
Lower bound value of buckets.
All values less than lower_bound
are grouped together into a single
bucket; for example if lower_bound
= 10, then all values less than 10
are replaced with the value "-10".
Required.
Implementation
GooglePrivacyDlpV2Value? lowerBound;