DataPartBuilder
Builder for creating DataPart instances with a fluent DSL.
Example usage:
val dataPart = DataPartBuilder().apply {
data = mapOf("key" to "value", "nested" to mapOf("inner" to 42))
}.create()Content copied to clipboard