class Google::Apis::DfareportingV3_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 lib/google/apis/dfareporting_v3_3/classes.rb, line 6671
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_3/classes.rb, line 6676
def update!(**args)
  @expression = args[:expression] if args.key?(:expression)
end