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 The 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 The name of the row. Optional 53.0 rowData Map<String, Object> The key value pair of the row. Required 53.0