Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-load-low-code
/
io.airbyte.cdk.load.model.discover
/
TypesMap
Types
Map
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.
Members
Constructors
Types
Map
Link copied to clipboard
constructor
(
type
:
String
=
"TypesMap"
,
apiType
:
List
<
String
>
,
airbyteType
:
List
<
AirbyteType
>
)
Properties
airbyte
Type
Link copied to clipboard
val
airbyteType
:
List
<
AirbyteType
>
api
Type
Link copied to clipboard
val
apiType
:
List
<
String
>
type
Link copied to clipboard
val
type
:
String