Interface > healthstack.backend.integration.task > Option

Option

[androidJvm]
data class Option(val value: String, val label: String? = null)

Stores the option.

Constructors

Option

[androidJvm]
fun Option(value: String, label: String? = null)

Properties

Name Summary
label

[androidJvm]
val label: String? = null

value

[androidJvm]
val value: String
Values given as options.