Class: Google::Apis::DfareportingV3_3::KeyValueTargetingExpression

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

Key Value Targeting Expression.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ KeyValueTargetingExpression

Returns a new instance of KeyValueTargetingExpression.



6801
6802
6803
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6801

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)


6799
6800
6801
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6799

def expression
  @expression
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6806
6807
6808
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6806

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