Class: Google::Apis::DoubleclickbidmanagerV1_1::Options

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

Additional query options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Options

Returns a new instance of Options.



356
357
358
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 356

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

Instance Attribute Details

#include_only_targeted_user_listsBoolean Also known as: include_only_targeted_user_lists?

Set to true and filter your report by FILTER_INSERTION_ORDER or FILTER_LINE_ITEM to include data for audience lists specifically targeted by those items. Corresponds to the JSON property includeOnlyTargetedUserLists

Returns:

  • (Boolean)


348
349
350
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 348

def include_only_targeted_user_lists
  @include_only_targeted_user_lists
end

#path_query_optionsGoogle::Apis::DoubleclickbidmanagerV1_1::PathQueryOptions

Path Query Options for Report Options. Corresponds to the JSON property pathQueryOptions



354
355
356
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 354

def path_query_options
  @path_query_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



361
362
363
364
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 361

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