View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordSuppression (google_api_dlp v0.46.0)

Configuration to suppress records whose suppression conditions evaluate to true.

Attributes

  • condition (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordCondition.t, default: nil) - A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordSuppression{
  condition: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordCondition.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.