surrealdb-driver
0.2.0
common
surrealdb-driver
/
uk.gibby.driver.model.rpc
/
LiveQueryAction
/
Create
Create
data
class
Create
<
T
>
(
val
id
:
String
,
val
result
:
T
)
:
LiveQueryAction
<
T
>
Members
Members & Extensions
Constructors
Create
Link copied to clipboard
constructor
(
id
:
String
,
result
:
T
)
Properties
id
Link copied to clipboard
open
override
val
id
:
String
result
Link copied to clipboard
val
result
:
T
Functions
as
Type
Link copied to clipboard
inline
fun
<
T
>
LiveQueryAction
<
JsonElement
>
.
asType
(
)
:
LiveQueryAction
<
T
>
As type