Class: Google::Apis::DoubleclickbidmanagerV2::DisjunctiveMatchStatement

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/doubleclickbidmanager_v2/classes.rb,
lib/google/apis/doubleclickbidmanager_v2/representations.rb,
lib/google/apis/doubleclickbidmanager_v2/representations.rb

Overview

DisjunctiveMatchStatement that OR's all contained filters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DisjunctiveMatchStatement

Returns a new instance of DisjunctiveMatchStatement.



155
156
157
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 155

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

Instance Attribute Details

#event_filtersArray<Google::Apis::DoubleclickbidmanagerV2::EventFilter>

Filters. There is a limit of 100 filters that can be set per disjunctive match statement. Corresponds to the JSON property eventFilters



153
154
155
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 153

def event_filters
  @event_filters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



160
161
162
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 160

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