View Source GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesRuleCondition (google_api_display_video v0.37.0)

Set of signal comparisons. Equivalent of an if statement.

Attributes

  • returnValue (type: GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalValue.t, default: nil) - The value returned if the signalComparisons condition evaluates to TRUE.
  • signalComparisons (type: list(GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalComparison.t), default: nil) - List of comparisons that build if statement condition. The comparisons are combined into a single condition with AND logical operators.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesRuleCondition{
  returnValue:
    GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalValue.t() | nil,
  signalComparisons:
    [GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalComparison.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.