Dataset Delimited Text Schema Column
data class DatasetDelimitedTextSchemaColumn(val description: String? = null, val name: String, val type: String? = null)
Constructors
Link copied to clipboard
fun DatasetDelimitedTextSchemaColumn(description: String? = null, name: String, type: String? = null)