google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Bucket View Source
Bucket is represented as a range, along with replacement values.
Attributes
- max (GooglePrivacyDlpV2Value): Upper bound of the range, exclusive; type must match min. Defaults to:
null. - min (GooglePrivacyDlpV2Value): Lower bound of the range, inclusive. Type should be the same as max if used. Defaults to:
null. - replacementValue (GooglePrivacyDlpV2Value): Replacement value for this bucket. If not provided the default behavior will be to hyphenate the min-max range. Defaults to:
null.
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 Source
t()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.