Newer Version Available
Decision Matrix Row Input
Input representation of the information required to add, update, or
delete rows in a decision matrix version.
- Properties
-
Name Type Description Required or Optional Available Version action String Type of action you want to perform on a row. Possible values are:- delete
- update
Required 53.0 id String The ID of the row record to be updated or deleted. Required 53.0 name String Name of the row. Optional 53.0 rowData Map<String, Object> The key-value pair for the row. All column values are required for update and delete operations. Required 53.0