Class: Google::Apis::DoubleclickbidmanagerV2::Options
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV2::Options
- 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
-
#include_only_targeted_user_lists ⇒ Boolean
(also: #include_only_targeted_user_lists?)
Whether to include data for audience lists specifically targeted by filtered line items or insertion orders.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Options
constructor
A new instance of Options.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_lists ⇒ Boolean 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
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 |