Data

@Serializable
data class Data(val customId: String, val type: String, val values: List<SelectOption>)(source)

Constructors

Link copied to clipboard
constructor(customId: String, type: String, values: List<SelectOption>)

Properties

Link copied to clipboard
@SerialName(value = "custom_id")
val customId: String
Link copied to clipboard
@SerialName(value = "component_type")
val type: String
Link copied to clipboard
@SerialName(value = "values")
val values: List<SelectOption>