A service request user assignment.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| comment | string | element | 0/1 | Gets the comment. | |
| userLoginId | string | element | 0/1 | Gets the user login id. | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<RequestAssignment xsitype="..."> <userLoginId>...</userLoginId> <comment>...</comment> </RequestAssignment>