google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Bucket View Source
Bucket is represented as a range, along with replacement values.
Attributes
max(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default:nil) - Upper bound of the range, exclusive; type must match min.min(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default:nil) - Lower bound of the range, inclusive. Type should be the same as max if used.replacementValue(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t, default:nil) - Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Bucket{
max: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t(),
min: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t(),
replacementValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.