Class: Google::Apis::DisplayvideoV3::InventorySourceAccessorsPartnerAccessor
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::InventorySourceAccessorsPartnerAccessor
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb
Overview
The partner with access to the inventory source.
Instance Attribute Summary collapse
-
#partner_id ⇒ Fixnum
The ID of the partner.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InventorySourceAccessorsPartnerAccessor
constructor
A new instance of InventorySourceAccessorsPartnerAccessor.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InventorySourceAccessorsPartnerAccessor
Returns a new instance of InventorySourceAccessorsPartnerAccessor.
7554 7555 7556 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7554 def initialize(**args) update!(**args) end |
Instance Attribute Details
#partner_id ⇒ Fixnum
The ID of the partner.
Corresponds to the JSON property partnerId
7552 7553 7554 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7552 def partner_id @partner_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7559 7560 7561 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7559 def update!(**args) @partner_id = args[:partner_id] if args.key?(:partner_id) end |