Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2LDiversityResult
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2LDiversityResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
Result of the l-diversity computation.
Instance Attribute Summary collapse
-
#sensitive_value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2LDiversityHistogramBucket>
Histogram of l-diversity equivalence class sensitive value frequencies.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2LDiversityResult
constructor
A new instance of GooglePrivacyDlpV2beta2LDiversityResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2LDiversityResult
Returns a new instance of GooglePrivacyDlpV2beta2LDiversityResult
4460 4461 4462 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4460 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sensitive_value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2LDiversityHistogramBucket>
Histogram of l-diversity equivalence class sensitive value frequencies.
Corresponds to the JSON property sensitiveValueFrequencyHistogramBuckets
4458 4459 4460 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4458 def sensitive_value_frequency_histogram_buckets @sensitive_value_frequency_histogram_buckets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4465 4466 4467 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4465 def update!(**args) @sensitive_value_frequency_histogram_buckets = args[:sensitive_value_frequency_histogram_buckets] if args.key?(:sensitive_value_frequency_histogram_buckets) end |