UserAccountHistory

data class UserAccountHistory(val enable: Boolean, val order: Int)

Constructors

Link copied to clipboard
fun UserAccountHistory(enable: Boolean, order: Int)

Properties

Link copied to clipboard
val enable: Boolean
Link copied to clipboard
val order: Int

Sources

Link copied to clipboard