class Google::Apis::DfareportingV3_5::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::DfareportingV3_5::ListPopulationTerm>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7029 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7034 def update!(**args) @terms = args[:terms] if args.key?(:terms) end