class Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityResult
Result of the l-diversity computation.
Attributes
sensitive_value_frequency_histogram_buckets[RW]
Histogram of l-diversity equivalence class sensitive value frequencies. Corresponds to the JSON property `sensitiveValueFrequencyHistogramBuckets` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityHistogramBucket>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 4003 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 4008 def update!(**args) @sensitive_value_frequency_histogram_buckets = args[:sensitive_value_frequency_histogram_buckets] if args.key?(:sensitive_value_frequency_histogram_buckets) end