supabase-kt
Toggle table of contents
3.2.3
common
Platform filter
common
Switch theme
Search in API
supabase-kt
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