TemplateMapper

@Serializable
data class TemplateMapper(val id: Long? = null, val mapperkey: String? = null, val mapperorder: Int? = null, val mappervalue: String? = null, val new: Boolean? = null)

Parameters

id
mapperkey
mapperorder
mappervalue
new

Constructors

Link copied to clipboard
constructor(id: Long? = null, mapperkey: String? = null, mapperorder: Int? = null, mappervalue: String? = null, new: Boolean? = null)

Properties

Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val mapperkey: String? = null
Link copied to clipboard
val mapperorder: Int? = null
Link copied to clipboard
val mappervalue: String? = null
Link copied to clipboard
val new: Boolean? = null