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.



897
898
899
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 897

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#impression_signalString

Signal based on impressions. Corresponds to the JSON property impressionSignal

Returns:

  • (String)


895
896
897
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 895

def impression_signal
  @impression_signal
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



902
903
904
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 902

def update!(**args)
  @impression_signal = args[:impression_signal] if args.key?(:impression_signal)
end