Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues
- 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
A tuple of values for the quasi-identifier columns.
Instance Attribute Summary collapse
-
#estimated_anonymity ⇒ Fixnum
The estimated anonymity for these quasi-identifier values.
-
#quasi_ids_values ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Value>
The quasi-identifier values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues
constructor
A new instance of GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues
Returns a new instance of GooglePrivacyDlpV2beta2KMapEstimationQuasiIdValues
4215 4216 4217 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4215 def initialize(**args) update!(**args) end |
Instance Attribute Details
#estimated_anonymity ⇒ Fixnum
The estimated anonymity for these quasi-identifier values.
Corresponds to the JSON property estimatedAnonymity
4208 4209 4210 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4208 def estimated_anonymity @estimated_anonymity end |
#quasi_ids_values ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2Value>
The quasi-identifier values.
Corresponds to the JSON property quasiIdsValues
4213 4214 4215 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4213 def quasi_ids_values @quasi_ids_values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4220 4221 4222 4223 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 4220 def update!(**args) @estimated_anonymity = args[:estimated_anonymity] if args.key?(:estimated_anonymity) @quasi_ids_values = args[:quasi_ids_values] if args.key?(:quasi_ids_values) end |