ConnectorMappingStructureResponse

data class ConnectorMappingStructureResponse(val columnName: String, val customFormatSpecifier: String? = null, val isEncrypted: Boolean? = null, val propertyName: String)

Connector mapping property structure.

Constructors

Link copied to clipboard
constructor(columnName: String, customFormatSpecifier: String? = null, isEncrypted: Boolean? = null, propertyName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column name of the import file.

Link copied to clipboard

Custom format specifier for input parsing.

Link copied to clipboard
val isEncrypted: Boolean? = null

Indicates if the column is encrypted.

Link copied to clipboard

The property name of the mapping entity.