class Google::Apis::DlpV2::GooglePrivacyDlpV2KAnonymityEquivalenceClass

The set of columns' values that share the same ldiversity value

Attributes

equivalence_class_size[RW]

Size of the equivalence class, for example number of rows with the above set of values. Corresponds to the JSON property `equivalenceClassSize` @return [Fixnum]

quasi_ids_values[RW]

Set of values defining the equivalence class. One value per quasi-identifier column in the original KAnonymity metric message. The order is always the same as the original request. Corresponds to the JSON property `quasiIdsValues` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Value>]

Public Class Methods

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