Field

data class Field(val id: String, val type: FieldType) : FieldOrMetaField

Internal equivalent of io.airbyte.protocol.models.Field for values which come from the source itself, instead of being generated by the connector during its operation.

Constructors

Link copied to clipboard
constructor(id: String, type: FieldType)

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val type: FieldType