Class: Kaltura::KalturaDataEntry
- Inherits:
-
KalturaBaseEntry
- Object
- KalturaObjectBase
- KalturaBaseEntry
- Kaltura::KalturaDataEntry
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#data_content ⇒ Object
The data of the entry.
-
#retrieve_data_content_by_get ⇒ Object
indicator whether to return the object for get action with the dataContent field.
Attributes inherited from KalturaBaseEntry
#access_control_id, #admin_tags, #categories, #categories_ids, #conversion_profile_id, #created_at, #creator_id, #description, #download_url, #end_date, #entitled_users_edit, #entitled_users_publish, #group_id, #id, #license_type, #moderation_count, #moderation_status, #name, #operation_attributes, #partner_data, #partner_id, #partner_sort_value, #rank, #redirect_entry_id, #reference_id, #replaced_entry_id, #replacement_status, #replacing_entry_id, #root_entry_id, #search_text, #start_date, #status, #tags, #thumbnail_url, #total_rank, #type, #updated_at, #user_id, #version, #votes
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#data_content ⇒ Object
The data of the entry
3541 3542 3543 |
# File 'lib/kaltura_client.rb', line 3541 def data_content @data_content end |
#retrieve_data_content_by_get ⇒ Object
indicator whether to return the object for get action with the dataContent field.
3544 3545 3546 |
# File 'lib/kaltura_client.rb', line 3544 def retrieve_data_content_by_get @retrieve_data_content_by_get end |