google_api_dlp v0.36.0 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 section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.