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

Histogram of l-diversity equivalence class sensitive value frequencies.

Attributes

  • bucketSize (type: String.t, default: nil) - Total number of equivalence classes in this bucket.
  • bucketValueCount (type: String.t, default: nil) - Total number of distinct equivalence classes in this bucket.
  • bucketValues (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityEquivalenceClass.t), default: nil) - Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.
  • sensitiveValueFrequencyLowerBound (type: String.t, default: nil) - Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.
  • sensitiveValueFrequencyUpperBound (type: String.t, default: nil) - Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityHistogramBucket{
  bucketSize: String.t() | nil,
  bucketValueCount: String.t() | nil,
  bucketValues:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityEquivalenceClass.t()]
    | nil,
  sensitiveValueFrequencyLowerBound: String.t() | nil,
  sensitiveValueFrequencyUpperBound: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.