DefaultInfo

data class DefaultInfo(val target: String, val code: String)

Data class representing default information for a mapping.

Constructors

Link copied to clipboard
constructor(target: String, code: String)

Properties

Link copied to clipboard

The code associated with the default value.

Link copied to clipboard

The target property for the default value.