class Google::Apis::DfareportingV3_3::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_3::ListPopulationTerm>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 6858 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_3/classes.rb, line 6863 def update!(**args) @terms = args[:terms] if args.key?(:terms) end