Class: Google::Apis::DisplayvideoV1::InventorySourceAccessorsPartnerAccessor

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v1/classes.rb,
lib/google/apis/displayvideo_v1/representations.rb,
lib/google/apis/displayvideo_v1/representations.rb

Overview

The partner with access to the inventory source.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InventorySourceAccessorsPartnerAccessor

Returns a new instance of InventorySourceAccessorsPartnerAccessor.



6412
6413
6414
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 6412

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#partner_idFixnum

The ID of the partner. Corresponds to the JSON property partnerId

Returns:

  • (Fixnum)


6410
6411
6412
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 6410

def partner_id
  @partner_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6417
6418
6419
# File 'lib/google/apis/displayvideo_v1/classes.rb', line 6417

def update!(**args)
  @partner_id = args[:partner_id] if args.key?(:partner_id)
end