class Google::Apis::DfareportingV3_5::ListTargetingExpression

Remarketing List Targeting Expression.

Attributes

expression[RW]

Expression describing which lists are being targeted by the ad. Corresponds to the JSON property `expression` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7159
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7164
def update!(**args)
  @expression = args[:expression] if args.key?(:expression)
end