Class: Google::Apis::DfareportingV3_4::KeyValueTargetingExpression
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_4::KeyValueTargetingExpression
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/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.
7295 7296 7297 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7295 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expression ⇒ String
Keyword expression being targeted by the ad.
Corresponds to the JSON property expression
7293 7294 7295 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7293 def expression @expression end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7300 7301 7302 |
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7300 def update!(**args) @expression = args[:expression] if args.key?(:expression) end |