Class: Google::Apis::AdexchangebuyerV1_3::PretargetingConfigList
- Inherits:
-
Object
- Object
- Google::Apis::AdexchangebuyerV1_3::PretargetingConfigList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/adexchangebuyer_v1_3/classes.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb,
generated/google/apis/adexchangebuyer_v1_3/representations.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_3::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.
Constructor Details
#initialize(**args) ⇒ PretargetingConfigList
Returns a new instance of PretargetingConfigList.
1383 1384 1385 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1383 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::AdexchangebuyerV1_3::PretargetingConfig>
A list of pretargeting configs
Corresponds to the JSON property items
1376 1377 1378 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1376 def items @items end |
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
1381 1382 1383 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1381 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1388 1389 1390 1391 |
# File 'generated/google/apis/adexchangebuyer_v1_3/classes.rb', line 1388 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |