Class: KalturaApi::KalturaBulkUploadResultCategoryUser
- Inherits:
-
KalturaBulkUploadResult
- Object
- KalturaObjectBase
- KalturaBulkUploadResult
- KalturaApi::KalturaBulkUploadResultCategoryUser
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#category_id ⇒ Object
Returns the value of attribute category_id.
-
#category_reference_id ⇒ Object
Returns the value of attribute category_reference_id.
-
#permission_level ⇒ Object
Returns the value of attribute permission_level.
-
#required_object_status ⇒ Object
Returns the value of attribute required_object_status.
-
#update_method ⇒ Object
Returns the value of attribute update_method.
-
#user_id ⇒ Object
Returns the value of attribute user_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.
6667 6668 6669 |
# File 'lib/kaltura_client.rb', line 6667 def category_id @category_id end |
#category_reference_id ⇒ Object
Returns the value of attribute category_reference_id.
6668 6669 6670 |
# File 'lib/kaltura_client.rb', line 6668 def category_reference_id @category_reference_id end |
#permission_level ⇒ Object
Returns the value of attribute permission_level.
6670 6671 6672 |
# File 'lib/kaltura_client.rb', line 6670 def @permission_level end |
#required_object_status ⇒ Object
Returns the value of attribute required_object_status.
6672 6673 6674 |
# File 'lib/kaltura_client.rb', line 6672 def required_object_status @required_object_status end |
#update_method ⇒ Object
Returns the value of attribute update_method.
6671 6672 6673 |
# File 'lib/kaltura_client.rb', line 6671 def update_method @update_method end |
#user_id ⇒ Object
Returns the value of attribute user_id.
6669 6670 6671 |
# File 'lib/kaltura_client.rb', line 6669 def user_id @user_id end |