Class: Google::Apis::DisplayvideoV3::InventorySourceAccessorsPartnerAccessor

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InventorySourceAccessorsPartnerAccessor

Returns a new instance of InventorySourceAccessorsPartnerAccessor.



7520
7521
7522
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7520

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

Instance Attribute Details

#partner_idFixnum

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

Returns:

  • (Fixnum)


7518
7519
7520
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7518

def partner_id
  @partner_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7525
7526
7527
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7525

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