Class: Kaltura::KalturaCopyPartnerJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaCopyPartnerJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#from_partner_id ⇒ Object
Id of the partner to copy from.
-
#to_partner_id ⇒ Object
Id of the partner to copy to.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#from_partner_id ⇒ Object
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_id ⇒ Object
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 |