FieldType

data class FieldType(val type: AirbyteType, val nullable: Boolean)

Constructors

Link copied to clipboard
constructor(type: AirbyteType, nullable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard