DataFormatConversionConfiguration

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

Constructors

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

Properties

Link copied to clipboard
val Enabled: Boolean? = null
Link copied to clipboard