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
/
ObjectType
Object
Type
data
class
ObjectType
(
val
properties
:
Map
<
String
,
FieldType
>
,
val
additionalProperties
:
Boolean
,
val
required
:
List
<
String
>
?
=
null
)
:
AirbyteType
Members
Constructors
Object
Type
Link copied to clipboard
constructor
(
properties
:
Map
<
String
,
FieldType
>
,
additionalProperties
:
Boolean
,
required
:
List
<
String
>
?
=
null
)
Properties
additional
Properties
Link copied to clipboard
val
additionalProperties
:
Boolean
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
FieldType
>
required
Link copied to clipboard
val
required
:
List
<
String
>
?
=
null