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

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

Attributes

  • equivalenceClassSize (String.t): Size of the k-anonymity equivalence class. Defaults to: null.
  • numDistinctSensitiveValues (String.t): Number of distinct sensitive values in this equivalence class. Defaults to: null.
  • quasiIdsValues ([GooglePrivacyDlpV2Value]): Quasi-identifier values defining the k-anonymity equivalence class. The order is always the same as the original request. Defaults to: null.
  • topSensitiveValues ([GooglePrivacyDlpV2ValueFrequency]): Estimated frequencies of top sensitive values. 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.GooglePrivacyDlpV2LDiversityEquivalenceClass{
  equivalenceClassSize: any(),
  numDistinctSensitiveValues: any(),
  quasiIdsValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Value.t()],
  topSensitiveValues: [
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.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.