Class: Google::Apis::DfareportingV3_0::KeyValueTargetingExpression
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DfareportingV3_0::KeyValueTargetingExpression
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_0/classes.rb,
 generated/google/apis/dfareporting_v3_0/representations.rb,
 generated/google/apis/dfareporting_v3_0/representations.rb
Overview
Key Value Targeting Expression.
Instance Attribute Summary collapse
- 
  
    
      #expression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Keyword expression being targeted by the ad. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ KeyValueTargetingExpression 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of KeyValueTargetingExpression. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ KeyValueTargetingExpression
Returns a new instance of KeyValueTargetingExpression
| 6860 6861 6862 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6860 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#expression ⇒ String
Keyword expression being targeted by the ad.
Corresponds to the JSON property expression
| 6858 6859 6860 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6858 def expression @expression end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 6865 6866 6867 | # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 6865 def update!(**args) @expression = args[:expression] if args.key?(:expression) end |