Class: Google::Apis::DfareportingV4::KeyValueTargetingExpression

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

Key Value Targeting Expression.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ KeyValueTargetingExpression

Returns a new instance of KeyValueTargetingExpression.



7396
7397
7398
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7396

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

Instance Attribute Details

#expressionString

Keyword expression being targeted by the ad. Corresponds to the JSON property expression

Returns:

  • (String)


7394
7395
7396
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7394

def expression
  @expression
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7401
7402
7403
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7401

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