Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1KAnonymityResult

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

Overview

Result of the k-anonymity computation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KAnonymityResult

Returns a new instance of GooglePrivacyDlpV2beta1KAnonymityResult



1992
1993
1994
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1992

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

Instance Attribute Details

#equivalence_class_histogram_bucketsArray<Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1KAnonymityHistogramBucket>

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



1990
1991
1992
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1990

def equivalence_class_histogram_buckets
  @equivalence_class_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1997
1998
1999
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 1997

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