Class: Google::Apis::DfareportingV3_4::ListPopulationClause

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

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListPopulationClause

Returns a new instance of ListPopulationClause.



7399
7400
7401
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7399

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

Instance Attribute Details

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



7397
7398
7399
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7397

def terms
  @terms
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7404
7405
7406
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 7404

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