Class: Google::Apis::DfareportingV5::ListTargetingExpression

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

Remarketing List Targeting Expression.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListTargetingExpression

Returns a new instance of ListTargetingExpression.



8470
8471
8472
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8470

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

Instance Attribute Details

#expressionString

Expression describing which lists are being targeted by the ad. Corresponds to the JSON property expression

Returns:

  • (String)


8468
8469
8470
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8468

def expression
  @expression
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8475
8476
8477
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 8475

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