Class: Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityResult

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

Result of the l-diversity computation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2LDiversityResult

Returns a new instance of GooglePrivacyDlpV2LDiversityResult.



7402
7403
7404
# File 'lib/google/apis/dlp_v2/classes.rb', line 7402

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#sensitive_value_frequency_histogram_bucketsArray<Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityHistogramBucket>

Histogram of l-diversity equivalence class sensitive value frequencies. Corresponds to the JSON property sensitiveValueFrequencyHistogramBuckets



7400
7401
7402
# File 'lib/google/apis/dlp_v2/classes.rb', line 7400

def sensitive_value_frequency_histogram_buckets
  @sensitive_value_frequency_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7407
7408
7409
# File 'lib/google/apis/dlp_v2/classes.rb', line 7407

def update!(**args)
  @sensitive_value_frequency_histogram_buckets = args[:sensitive_value_frequency_histogram_buckets] if args.key?(:sensitive_value_frequency_histogram_buckets)
end