DpConfig

data class DpConfig(val id: Long, val table: String, val name: String = table, var elements: List<DpAttribute> = listOf())

Constructors

Link copied to clipboard
constructor(id: Long, table: String, name: String = table, elements: List<DpAttribute> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String