SurveyParameterValue

@JsonClass(generateAdapter = true)
data class SurveyParameterValue(val valueType: ValueType, val textValue: String)

Constructors

Link copied to clipboard
constructor(valueType: ValueType, textValue: String)

Properties

Link copied to clipboard
val textValue: String
Link copied to clipboard