class Google::Apis::DfareportingV2_1::ListPopulationClause
A group clause made up of list population terms representing constraints joined by ORs.
Attributes
terms[RW]
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` @return [Array<Google::Apis::DfareportingV2_1::ListPopulationTerm>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6152 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6157 def update!(**args) @terms = args[:terms] unless args[:terms].nil? end