Class: Google::Apis::DisplayvideoV3::AlgorithmRulesSignal
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::AlgorithmRulesSignal
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
Signal used to evaluate rules.
Instance Attribute Summary collapse
-
#impression_signal ⇒ String
Signal based on impressions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AlgorithmRulesSignal
constructor
A new instance of AlgorithmRulesSignal.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AlgorithmRulesSignal
Returns a new instance of AlgorithmRulesSignal.
999 1000 1001 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 999 def initialize(**args) update!(**args) end |
Instance Attribute Details
#impression_signal ⇒ String
Signal based on impressions.
Corresponds to the JSON property impressionSignal
997 998 999 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 997 def impression_signal @impression_signal end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1004 1005 1006 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 1004 def update!(**args) @impression_signal = args[:impression_signal] if args.key?(:impression_signal) end |