Class: Google::Apis::AdexchangebuyerV1_4::PretargetingConfigList
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_4::PretargetingConfigList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_4/classes.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb,
generated/google/apis/adexchangebuyer_v1_4/representations.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PretargetingConfig>
A list of pretargeting configs Corresponds to the JSON property
items
. -
#kind ⇒ String
Resource type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PretargetingConfigList
constructor
A new instance of PretargetingConfigList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PretargetingConfigList
Returns a new instance of PretargetingConfigList.
2610 2611 2612 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2610 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_4::PretargetingConfig>
A list of pretargeting configs
Corresponds to the JSON property items
2603 2604 2605 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2603 def items @items end |
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
2608 2609 2610 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2608 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2615 2616 2617 2618 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2615 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |