Status

data class Status(code: Int?, txt: String?, icon: HapiIcon?, rtIcon: HapiIcon?)

Properties

code
Link copied to clipboard
val code: Int?
icon
Link copied to clipboard
val icon: HapiIcon?
rtIcon
Link copied to clipboard
val rtIcon: HapiIcon?
txt
Link copied to clipboard
val txt: String?