View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Bucket (google_api_dlp v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Bucket{
  max: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil,
  min: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil,
  replacementValue: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.