Column
data class Column(val id: Int = -1, val name: String = "", val type: String = "", val source: FMPResource.Meta.Source = Source())
Constructors
Link copied to clipboard
constructor(id: Int = -1, name: String = "", type: String = "", source: FMPResource.Meta.Source = Source())