ComboField

@Serializable
@SerialName(value = "ComboField")
data class ComboField(val text: String? = null, val icon: String? = null, val fieldType: ComboFieldType) : Fact

Data model for skill/trait facts with type ComboField

Constructors

Link copied to clipboard
constructor(text: String? = null, icon: String? = null, fieldType: ComboFieldType)

Properties

Link copied to clipboard
@SerialName(value = "field_type")
val fieldType: ComboFieldType
Link copied to clipboard
open override val icon: String? = null
Link copied to clipboard
open override val text: String? = null
Link copied to clipboard
open override val type: String