Class: KalturaApi::KalturaAssetParamsOutput

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

Instance Attribute Summary collapse

Attributes inherited from KalturaAssetParams

#created_at, #description, #id, #is_system_default, #media_parser_type, #name, #partner_id, #remote_storage_profile_ids, #required_permissions, #source_asset_params_ids, #source_remote_storage_profile_id, #system_name, #tags

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#asset_idObject

Returns the value of attribute asset_id.



6300
6301
6302
# File 'lib/kaltura_client.rb', line 6300

def asset_id
  @asset_id
end

#asset_params_idObject

Returns the value of attribute asset_params_id.



6298
6299
6300
# File 'lib/kaltura_client.rb', line 6298

def asset_params_id
  @asset_params_id
end

#asset_params_versionObject

Returns the value of attribute asset_params_version.



6299
6300
6301
# File 'lib/kaltura_client.rb', line 6299

def asset_params_version
  @asset_params_version
end

#asset_versionObject

Returns the value of attribute asset_version.



6301
6302
6303
# File 'lib/kaltura_client.rb', line 6301

def asset_version
  @asset_version
end

#formatObject

The container format of the Flavor Params



6305
6306
6307
# File 'lib/kaltura_client.rb', line 6305

def format
  @format
end

#ready_behaviorObject

Returns the value of attribute ready_behavior.



6302
6303
6304
# File 'lib/kaltura_client.rb', line 6302

def ready_behavior
  @ready_behavior
end