Class: Google::Apis::DfareportingV3_3::ListPopulationClause

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

A group clause made up of list population terms representing constraints joined by ORs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListPopulationClause

Returns a new instance of ListPopulationClause.



6858
6859
6860
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6858

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#termsArray<Google::Apis::DfareportingV3_3::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



6856
6857
6858
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6856

def terms
  @terms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6863
6864
6865
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 6863

def update!(**args)
  @terms = args[:terms] if args.key?(:terms)
end