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 thesignalComparisons
condition evaluates toTRUE
. -
signalComparisons
(type:list(GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalComparison.t)
, default:nil
) - List of comparisons that buildif
statement condition. The comparisons are combined into a single condition withAND
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
Unwrap a decoded JSON object into its complex fields.