Class: Kaltura::KalturaAssetPropertiesCompareCondition
- Inherits:
-
KalturaCondition
- Object
- KalturaObjectBase
- KalturaCondition
- Kaltura::KalturaAssetPropertiesCompareCondition
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#properties ⇒ Object
Array of key/value objects that holds the property and the value to find and compare on an asset object.
Attributes inherited from KalturaCondition
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#properties ⇒ Object
Array of key/value objects that holds the property and the value to find and compare on an asset object
6318 6319 6320 |
# File 'lib/kaltura_client.rb', line 6318 def properties @properties end |