GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityEquivalenceClass (google_api_dlp v0.54.0)
View SourceThe set of columns' values that share the same ldiversity value.
Attributes
-
equivalenceClassSize(type:String.t, default:nil) - Size of the k-anonymity equivalence class. -
numDistinctSensitiveValues(type:String.t, default:nil) - Number of distinct sensitive values in this equivalence class. -
quasiIdsValues(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t), default:nil) - Quasi-identifier values defining the k-anonymity equivalence class. The order is always the same as the original request. -
topSensitiveValues(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t), default:nil) - Estimated frequencies of top sensitive values.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityEquivalenceClass{ equivalenceClassSize: String.t() | nil, numDistinctSensitiveValues: String.t() | nil, quasiIdsValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()] | nil, topSensitiveValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t()] | nil }