KalturaAssetDistributionPropertyCondition |
Description |
Defines the condition to match a property and value on core asset object (or one if its inherited objects)
|
Plugin |
contentDistribution |
Properties
|
|
|
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
|
|