Class: Google::Apis::DoubleclickbidmanagerV2::EventFilter
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV2::EventFilter
- 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
Defines the type of filter to be applied to the path, a DV360 event dimension filter.
Instance Attribute Summary collapse
-
#dimension_filter ⇒ Google::Apis::DoubleclickbidmanagerV2::PathQueryOptionsFilter
Dimension Filter on path events.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EventFilter
constructor
A new instance of EventFilter.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EventFilter
Returns a new instance of EventFilter.
175 176 177 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 175 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dimension_filter ⇒ Google::Apis::DoubleclickbidmanagerV2::PathQueryOptionsFilter
Dimension Filter on path events.
Corresponds to the JSON property dimensionFilter
173 174 175 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 173 def dimension_filter @dimension_filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
180 181 182 |
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 180 def update!(**args) @dimension_filter = args[:dimension_filter] if args.key?(:dimension_filter) end |