View Source GoogleApi.BigQuery.V2.Model.AggregationThresholdPolicy (google_api_big_query v0.79.0)

Represents privacy policy associated with "aggregation threshold" method.

Attributes

  • privacyUnitColumns (type: list(String.t), default: nil) - Optional. The privacy unit column(s) associated with this policy. For now, only one column per data source object (table, view) is allowed as a privacy unit column. Representing as a repeated field in metadata for extensibility to multiple columns in future. Duplicates and Repeated struct fields are not allowed. For nested fields, use dot notation ("outer.inner")
  • threshold (type: String.t, default: nil) - Optional. The threshold for the "aggregation threshold" policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.AggregationThresholdPolicy{
  privacyUnitColumns: [String.t()] | nil,
  threshold: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.