View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass (google_api_dlp v0.46.0)

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

Attributes

  • equivalenceClassSize (type: String.t, default: nil) - Size of the equivalence class, for example number of rows with the above set of values.
  • quasiIdsValues (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass{
  equivalenceClassSize: String.t() | nil,
  quasiIdsValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.