GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Expressions (google_api_dlp v0.54.0)

View Source

An expression, consisting of an operator and conditions.

Attributes

  • conditions (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Conditions.t, default: nil) - Conditions to apply to the expression.
  • logicalOperator (type: String.t, default: nil) - The operator to apply to the result of conditions. Default and currently only supported value is AND.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Expressions{
  conditions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Conditions.t() | nil,
  logicalOperator: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.