ArrayValue

value class ArrayValue(val values: List<AirbyteValue>) : AirbyteValue

Constructors

Link copied to clipboard
constructor(values: List<AirbyteValue>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun AirbyteValue.toJson(): JsonNode