Class: KalturaApi::KalturaBulkUploadResultCategoryEntry
- Inherits:
-
KalturaBulkUploadResult
- Object
- KalturaObjectBase
- KalturaBulkUploadResult
- KalturaApi::KalturaBulkUploadResultCategoryEntry
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#category_id ⇒ Object
Returns the value of attribute category_id.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
Attributes inherited from KalturaBulkUploadResult
#action, #bulk_upload_job_id, #bulk_upload_result_object_type, #error_code, #error_description, #error_type, #id, #line_index, #object_error_description, #object_id, #object_status, #partner_data, #partner_id, #plugins_data, #row_data, #status
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#category_id ⇒ Object
Returns the value of attribute category_id.
6658 6659 6660 |
# File 'lib/kaltura_client.rb', line 6658 def category_id @category_id end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
6659 6660 6661 |
# File 'lib/kaltura_client.rb', line 6659 def entry_id @entry_id end |