google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass View Source

The set of columns' values that share the same ldiversity value

Attributes

  • equivalenceClassSize (String.t): Size of the equivalence class, for example number of rows with the above set of values. Defaults to: null.
  • quasiIdsValues ([GooglePrivacyDlpV2Value]): 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. Defaults to: null.

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 Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityEquivalenceClass{
  equivalenceClassSize: any(),
  quasiIdsValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()]
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.