Class: Google::Apis::DfareportingV3_0::ListPopulationClause
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV3_0::ListPopulationClause
 
 
- 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
A group clause made up of list population terms representing constraints joined by ORs.
Instance Attribute Summary collapse
- 
  
    
      #terms  ⇒ Array<Google::Apis::DfareportingV3_0::ListPopulationTerm> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Terms of this list population clause.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListPopulationClause 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListPopulationClause.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListPopulationClause
Returns a new instance of ListPopulationClause
      7043 7044 7045  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7043 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#terms ⇒ Array<Google::Apis::DfareportingV3_0::ListPopulationTerm>
Terms of this list population clause. Each clause is made up of list
population terms representing constraints and are joined by ORs.
Corresponds to the JSON property terms
      7041 7042 7043  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7041 def terms @terms end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      7048 7049 7050  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 7048 def update!(**args) @terms = args[:terms] if args.key?(:terms) end  |