Class: Google::Apis::DfareportingV3_3::ListTargetingExpression

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

Remarketing List Targeting Expression.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListTargetingExpression

Returns a new instance of ListTargetingExpression.



6988
6989
6990
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6988

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)


6986
6987
6988
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6986

def expression
  @expression
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6993
6994
6995
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6993

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