FlowStepChoiceAttribute¶
Type: object
Properties¶
| Property | Type | Required | Description | Constraints |
|---|---|---|---|---|
id |
integer (int32) | Yes | Id of the attribute | |
activityTypeAttribId |
integer (int32) | No | Id of the activity type attribute definition | |
name |
string | Yes | Name of the attribute | |
dataType |
string | No | Data type of the attribute value | |
value |
string | No | Value of the attribute |
Generated example¶
{
"id": 123,
"activityTypeAttribId": 123,
"name": "Example name",
"dataType": "string",
"value": "string"
}
Source¶
Generated from swagger-asset.json.