GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesRuleCondition (google_api_display_video v0.39.0)
View SourceSet of signal comparisons. Equivalent of an if statement.
Attributes
-
returnValue(type:GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalValue.t, default:nil) - The value returned if thesignalComparisonscondition evaluates toTRUE. -
signalComparisons(type:list(GoogleApi.DisplayVideo.V3.Model.AlgorithmRulesSignalComparison.t), default:nil) - List of comparisons that buildifstatement condition. The comparisons are combined into a single condition withANDlogical 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 }