class Google::Apis::DisplayvideoV3::InventorySourceAccessorsPartnerAccessor

The partner with access to the inventory source.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @partner_id = args[:partner_id] if args.key?(:partner_id)
end