TypesMap

data class TypesMap(val type: String = "TypesMap", val apiType: List<String>, val airbyteType: List<AirbyteType>)

Represents a mapping between a current type and its corresponding target type.

Constructors

Link copied to clipboard
constructor(type: String = "TypesMap", apiType: List<String>, airbyteType: List<AirbyteType>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard