Class: Kaltura::KalturaAssetParamsResourceContainer
- Inherits:
-
KalturaResource
- Object
- KalturaObjectBase
- KalturaResource
- Kaltura::KalturaAssetParamsResourceContainer
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#asset_params_id ⇒ Object
The asset params to associate with the reaource.
-
#resource ⇒ Object
The content resource to associate with asset params.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#asset_params_id ⇒ Object
The asset params to associate with the reaource
2623 2624 2625 |
# File 'lib/kaltura_client.rb', line 2623 def asset_params_id @asset_params_id end |
#resource ⇒ Object
The content resource to associate with asset params
2620 2621 2622 |
# File 'lib/kaltura_client.rb', line 2620 def resource @resource end |