DataFormatConversionConfiguration

@JsonSerializable
data class DataFormatConversionConfiguration(val Enabled: Boolean? = null, val InputFormatConfiguration: InputFormatConfiguration? = null, val OutputFormatConfiguration: OutputFormatConfiguration? = null, val SchemaConfiguration: SchemaConfiguration? = null)(source)

Constructors

Link copied to clipboard
constructor(Enabled: Boolean? = null, InputFormatConfiguration: InputFormatConfiguration? = null, OutputFormatConfiguration: OutputFormatConfiguration? = null, SchemaConfiguration: SchemaConfiguration? = null)