Class: Google::Apis::DoubleclickbidmanagerV1_1::PathQueryOptions

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

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.



462
463
464
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 462

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

Instance Attribute Details

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



455
456
457
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 455

def channel_grouping
  @channel_grouping
end

#path_filtersArray<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



460
461
462
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 460

def path_filters
  @path_filters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



467
468
469
470
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 467

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