class Google::Apis::DfareportingV2_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::DfareportingV2_3::ListPopulationTerm>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 6218
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_3/classes.rb, line 6223
def update!(**args)
  @terms = args[:terms] if args.key?(:terms)
end