Class: Google::Apis::DlpV2::GooglePrivacyDlpV2beta1KAnonymityResult
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2beta1KAnonymityResult
- 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
-
#equivalence_class_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2beta1KAnonymityHistogramBucket>
Histogram of k-anonymity equivalence classes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KAnonymityResult
constructor
A new instance of GooglePrivacyDlpV2beta1KAnonymityResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1KAnonymityResult
Returns a new instance of GooglePrivacyDlpV2beta1KAnonymityResult
5431 5432 5433 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5431 def initialize(**args) update!(**args) end |
Instance Attribute Details
#equivalence_class_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2beta1KAnonymityHistogramBucket>
Histogram of k-anonymity equivalence classes.
Corresponds to the JSON property equivalenceClassHistogramBuckets
5429 5430 5431 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5429 def equivalence_class_histogram_buckets @equivalence_class_histogram_buckets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5436 5437 5438 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5436 def update!(**args) @equivalence_class_histogram_buckets = args[:equivalence_class_histogram_buckets] if args.key?(:equivalence_class_histogram_buckets) end |