Interface
Job related property entry to add or update.
Properties
| Property | Type | Notes |
|---|---|---|
id | string | Unique id of the entry to update. |
properties | JobExtendedProperty[] | Properties to be added or updated. The properties array represents a row in a related property table. |
id
optional
Interface Propertyid: stringUnique id of the entry to update.
If no id is provided, this will cause a new entry to be added.
properties
Interface Propertyproperties: JobExtendedProperty[]Properties to be added or updated. The properties array represents a row in a related property table.