class Google::Apis::DfareportingV2_3::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_3/classes.rb, line 6103
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_3/classes.rb, line 6108
def update!(**args)
  @expression = args[:expression] if args.key?(:expression)
end