name | data type | description |
---|---|---|
name | string | |
duration | number | |
productCharacteristic | array of ProductCharacteristic | |
executionDate | number | |
description | string | |
href | string | |
id | string |
Example
{ "name" : "...", "duration" : 12345, "productCharacteristic" : [ { "name" : "...", "value" : "..." }, { "name" : "...", "value" : "..." } ], "executionDate" : 12345, "description" : "...", "href" : "...", "id" : "..." }