Class: Google::Apis::DoubleclickbidmanagerV1_1::DisjunctiveMatchStatement
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1_1::DisjunctiveMatchStatement
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/doubleclickbidmanager_v1_1/classes.rb,
lib/google/apis/doubleclickbidmanager_v1_1/representations.rb,
lib/google/apis/doubleclickbidmanager_v1_1/representations.rb
Overview
DisjunctiveMatchStatement that OR's all contained filters.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ DisjunctiveMatchStatement
constructor
A new instance of DisjunctiveMatchStatement.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DisjunctiveMatchStatement
Returns a new instance of DisjunctiveMatchStatement.
69 70 71 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 69 def initialize(**args) update!(**args) end |
Instance Attribute Details
#event_filters ⇒ Array<Google::Apis::DoubleclickbidmanagerV1_1::EventFilter>
Filters. There is a limit of 100 filters that can be set per disjunctive match
statement.
Corresponds to the JSON property eventFilters
67 68 69 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 67 def event_filters @event_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
74 75 76 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 74 def update!(**args) @event_filters = args[:event_filters] if args.key?(:event_filters) end |