Class: Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityResult

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

Overview

Result of the k-anonymity computation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2KAnonymityResult

Returns a new instance of GooglePrivacyDlpV2KAnonymityResult.



3637
3638
3639
# File 'generated/google/apis/dlp_v2/classes.rb', line 3637

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

Instance Attribute Details

#equivalence_class_histogram_bucketsArray<Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityHistogramBucket>

Histogram of k-anonymity equivalence classes. Corresponds to the JSON property equivalenceClassHistogramBuckets



3635
3636
3637
# File 'generated/google/apis/dlp_v2/classes.rb', line 3635

def equivalence_class_histogram_buckets
  @equivalence_class_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3642
3643
3644
# File 'generated/google/apis/dlp_v2/classes.rb', line 3642

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