google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityEquivalenceClass 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(), numDistinctSensitiveValues: String.t(), quasiIdsValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()], topSensitiveValues: [ GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.