Class: Google::Apis::DisplayvideoV3::AlgorithmRulesSignal

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_signalString

Signal based on impressions. Corresponds to the JSON property impressionSignal

Returns:

  • (String)


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