Class: KalturaApi::KalturaAssetPropertiesCompareCondition

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

Instance Attribute Summary collapse

Attributes inherited from KalturaCondition

#description, #not, #type

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#propertiesObject

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