Class: Google::Apis::DoubleclickbidmanagerV2::PathQueryOptions

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

Path Query Options for Report Options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PathQueryOptions

Returns a new instance of PathQueryOptions.



378
379
380
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 378

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

Instance Attribute Details

#channel_groupingGoogle::Apis::DoubleclickbidmanagerV2::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



371
372
373
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 371

def channel_grouping
  @channel_grouping
end

#path_filtersArray<Google::Apis::DoubleclickbidmanagerV2::PathFilter>

Path Filters. There is a limit of 100 path filters that can be set per report. Corresponds to the JSON property pathFilters



376
377
378
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 376

def path_filters
  @path_filters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



383
384
385
386
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 383

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