Class: Google::Apis::DfareportingV2_1::ListPopulationClause

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable
Defined in:
generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/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

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListPopulationClause

Returns a new instance of ListPopulationClause.



6152
6153
6154
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6152

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

Instance Attribute Details

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



6150
6151
6152
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6150

def terms
  @terms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6157
6158
6159
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6157

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