Class Bucket (3.0.1)

Bucket(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Bucket is represented as a range, along with replacement values.

Attributes

NameDescription
min_ .dlp.Value
Lower bound of the range, inclusive. Type should be the same as max if used.
max_ .dlp.Value
Upper bound of the range, exclusive; type must match min.
replacement_value .dlp.Value
Required. Replacement value for this bucket.