| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The property information. | ||
| ItemsType | string | If you set the ValueType field to array, you must specify the type of the elements within the array. The enumerated values include float, integer, and string. | float |
| ValueType | string | The type of the property. Supported enumerated values: float, integer, string, and array. | array |
| Value | string | The value. | [40, 80, 160, 320] |
| Name | string | The property name. | channels |