Delimited Text Read Settings Response
data class DelimitedTextReadSettingsResponse(val compressionProperties: Any? = null, val skipLineCount: Any? = null, val type: String)
Delimited text read settings.
Constructors
Link copied to clipboard
fun DelimitedTextReadSettingsResponse(compressionProperties: Any? = null, skipLineCount: Any? = null, type: String)