Class: KalturaApi::KalturaFlavorAssetWithParams

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

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#entry_idObject

The entry id



4032
4033
4034
# File 'lib/kaltura_client.rb', line 4032

def entry_id
  @entry_id
end

#flavor_assetObject

The Flavor Asset (Can be null when there are params without asset)



4026
4027
4028
# File 'lib/kaltura_client.rb', line 4026

def flavor_asset
  @flavor_asset
end

#flavor_paramsObject

The Flavor Params



4029
4030
4031
# File 'lib/kaltura_client.rb', line 4029

def flavor_params
  @flavor_params
end