FieldMappingResponse

data class FieldMappingResponse(val columnName: String? = null, val identifier: String? = null)

A single field mapping of the mapped entity

Constructors

Link copied to clipboard
constructor(columnName: String? = null, identifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnName: String? = null

the column name to be mapped to the identifier

Link copied to clipboard
val identifier: String? = null

the V3 identifier of the entity