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