data class TaskResult (source)
Used to construct JSON
<init> |
Used to construct JSON TaskResult(: String, : String) |
id |
task identifier (ex: nlp_service) val id: String |
status |
indicate the task status: "KO" or "OK" val status: String |