Class: Kaltura::KalturaCopyPartnerJobData

Inherits:
KalturaJobData show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#from_partner_idObject

Id of the partner to copy from



7213
7214
7215
# File 'lib/kaltura_client.rb', line 7213

def from_partner_id
  @from_partner_id
end

#to_partner_idObject

Id of the partner to copy to



7216
7217
7218
# File 'lib/kaltura_client.rb', line 7216

def to_partner_id
  @to_partner_id
end