Class: Google::Apis::DfareportingV2_8::ListTargetingExpression
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV2_8::ListTargetingExpression
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/dfareporting_v2_8/classes.rb,
generated/google/apis/dfareporting_v2_8/representations.rb,
generated/google/apis/dfareporting_v2_8/representations.rb 
Overview
Remarketing List Targeting Expression.
Instance Attribute Summary collapse
- 
  
    
      #expression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Expression describing which lists are being targeted by the ad.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListTargetingExpression 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListTargetingExpression.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListTargetingExpression
Returns a new instance of ListTargetingExpression
      7104 7105 7106  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7104 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#expression ⇒ String
Expression describing which lists are being targeted by the ad.
Corresponds to the JSON property expression
      7102 7103 7104  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7102 def expression @expression end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7109 7110 7111  | 
    
      # File 'generated/google/apis/dfareporting_v2_8/classes.rb', line 7109 def update!(**args) @expression = args[:expression] if args.key?(:expression) end  |