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.



279
280
281
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 279

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)


271
272
273
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 271

def include_only_targeted_user_lists
  @include_only_targeted_user_lists
end

#path_query_optionsGoogle::Apis::DoubleclickbidmanagerV2::PathQueryOptions

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



277
278
279
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 277

def path_query_options
  @path_query_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



284
285
286
287
# File 'lib/google/apis/doubleclickbidmanager_v2/classes.rb', line 284

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