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
2696 2697 2698 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2696 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
2689 2690 2691 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2689 def items @items end |
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
2694 2695 2696 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2694 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2701 2702 2703 2704 |
# File 'generated/google/apis/adexchangebuyer_v1_4/classes.rb', line 2701 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |