Class: Kaltura::KalturaBulkUploadEntryData

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

Overview

This class represents object-specific data passed to the

bulk upload job.

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#conversion_profile_idObject

Selected profile id for all bulk entries



6552
6553
6554
# File 'lib/kaltura_client.rb', line 6552

def conversion_profile_id
  @conversion_profile_id
end