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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Options

Returns a new instance of Options.



283
284
285
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 283

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)


280
281
282
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 280

def include_only_targeted_user_lists
  @include_only_targeted_user_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



288
289
290
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 288

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