Class: Google::Apis::DfareportingV5::KeyValueTargetingExpression
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV5::KeyValueTargetingExpression
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/representations.rb
Overview
Key Value Targeting Expression.
Instance Attribute Summary collapse
-
#expression ⇒ String
Keyword expression being targeted by the ad.
Instance Method Summary collapse
-
#initialize(**args) ⇒ KeyValueTargetingExpression
constructor
A new instance of KeyValueTargetingExpression.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ KeyValueTargetingExpression
Returns a new instance of KeyValueTargetingExpression.
8153 8154 8155 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8153 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expression ⇒ String
Keyword expression being targeted by the ad.
Corresponds to the JSON property expression
8151 8152 8153 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8151 def expression @expression end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8158 8159 8160 |
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8158 def update!(**args) @expression = args[:expression] if args.key?(:expression) end |