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

An expression, consisting of an operator and conditions.

Attributes

  • conditions (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubCondition.t), default: nil) - Conditions to apply to the expression.
  • logicalOperator (type: String.t, default: nil) - The operator to apply to the collection of conditions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubExpressions{
  conditions:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PubSubCondition.t()] | nil,
  logicalOperator: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.