GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityEquivalenceClass (google_api_dlp v0.41.0) View Source
The 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.