GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Bucket (google_api_dlp v0.39.1) 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) - Required. Replacement value for this bucket.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %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
Specs
Unwrap a decoded JSON object into its complex fields.