class Google::Apis::DfareportingV2_1::KeyValueTargetingExpression

Key Value Targeting Expression.

Attributes

expression[RW]

Keyword expression being targeted by the ad. Corresponds to the JSON property `expression` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6042
def update!(**args)
  @expression = args[:expression] unless args[:expression].nil?
end