class Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityResult

Result of the k-anonymity computation.

Attributes

equivalence_class_histogram_buckets[RW]

Histogram of k-anonymity equivalence classes. Corresponds to the JSON property `equivalenceClassHistogramBuckets` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityHistogramBucket>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 3647
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 3652
def update!(**args)
  @equivalence_class_histogram_buckets = args[:equivalence_class_histogram_buckets] if args.key?(:equivalence_class_histogram_buckets)
end