//app-support/healthstack.app.task.entity/Task/Result

Result

[androidJvm]
data class Result(val questionId: String, val response: String)

Constructors

   
Result [androidJvm]
fun Result(questionId: String, response: String)

Properties

Name Summary
questionId [androidJvm]
val questionId: String
response [androidJvm]
val response: String