Class: Google::Apis::DoubleclickbidmanagerV2::Options

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

Additional query options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Options

Returns a new instance of Options.



200
201
202
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 200

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)


197
198
199
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 197

def include_only_targeted_user_lists
  @include_only_targeted_user_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



205
206
207
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 205

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