toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
realtime-kt
/
io.github.jan.supabase.realtime
/
Column
Column
@
Serializable
data
class
Column
(
val
name
:
String
,
val
type
:
String
)
(
source
)
Contains information about a column
Members
Constructors
Column
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
the name of the column
type
Link copied to clipboard
val
type
:
String
the type of the column