| KalturaAssetDistributionPropertyCondition |
| Name |
Type |
Writable |
Restrictions |
Description |
| propertyName |
string |
V |
|
The property name to look for, this will match to a getter on the asset object.
Should be camelCase naming convention (defining "myPropertyName" will look for getMyPropertyName()) |
| propertyValue |
string |
V |
|
The value to compare |
|