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

Report parameter options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Options

Returns a new instance of Options.



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

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

Instance Attribute Details

#include_only_targeted_user_listsBoolean Also known as: include_only_targeted_user_lists?

Whether to include data for audience lists specifically targeted by filtered line items or insertion orders. Requires the use of FILTER_INSERTION_ORDER or FILTER_LINE_ITEM filters. Corresponds to the JSON property includeOnlyTargetedUserLists

Returns:

  • (Boolean)


202
203
204
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 202

def include_only_targeted_user_lists
  @include_only_targeted_user_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



210
211
212
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 210

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