Class: Google::Apis::DfareportingV4::ListTargetingExpression
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV4::ListTargetingExpression
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb
Overview
Remarketing List Targeting Expression.
Instance Attribute Summary collapse
-
#expression ⇒ String
Expression describing which lists are being targeted by the ad.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListTargetingExpression
constructor
A new instance of ListTargetingExpression.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListTargetingExpression
Returns a new instance of ListTargetingExpression.
7729 7730 7731 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7729 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expression ⇒ String
Expression describing which lists are being targeted by the ad.
Corresponds to the JSON property expression
7727 7728 7729 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7727 def expression @expression end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7734 7735 7736 |
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7734 def update!(**args) @expression = args[:expression] if args.key?(:expression) end |