View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult (google_api_dlp v0.45.0)

Result of the l-diversity computation.

Attributes

  • sensitiveValueFrequencyHistogramBuckets (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityHistogramBucket.t), default: nil) - Histogram of l-diversity equivalence class sensitive value frequencies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult{
  sensitiveValueFrequencyHistogramBuckets:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityHistogramBucket.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.