google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass{
equivalenceClassSize: String.t(),
quasiIdsValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.