Class: Google::Apis::DoubleclickbidmanagerV1_1::PathQueryOptions
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1_1::PathQueryOptions
- 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
Path Query Options for Report Options.
Instance Attribute Summary collapse
-
#channel_grouping ⇒ Google::Apis::DoubleclickbidmanagerV1_1::ChannelGrouping
A channel grouping defines a set of rules that can be used to categorize events in a path report.
-
#path_filters ⇒ Array<Google::Apis::DoubleclickbidmanagerV1_1::PathFilter>
Path Filters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PathQueryOptions
constructor
A new instance of PathQueryOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PathQueryOptions
Returns a new instance of PathQueryOptions.
311 312 313 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 311 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel_grouping ⇒ Google::Apis::DoubleclickbidmanagerV1_1::ChannelGrouping
A channel grouping defines a set of rules that can be used to categorize
events in a path report.
Corresponds to the JSON property channelGrouping
304 305 306 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 304 def channel_grouping @channel_grouping end |
#path_filters ⇒ Array<Google::Apis::DoubleclickbidmanagerV1_1::PathFilter>
Path Filters. There is a limit of 100 path filters that can be set per report.
Corresponds to the JSON property pathFilters
309 310 311 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 309 def path_filters @path_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
316 317 318 319 |
# File 'lib/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 316 def update!(**args) @channel_grouping = args[:channel_grouping] if args.key?(:channel_grouping) @path_filters = args[:path_filters] if args.key?(:path_filters) end |