Class: Google::Apis::DoubleclickbidmanagerV1_1::DisjunctiveMatchStatement

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



69
70
71
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 69

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

Instance Attribute Details

#event_filtersArray<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 'generated/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 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 74

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