surrealdb-driver
0.2.0
common
surrealdb-driver
/
uk.gibby.driver.model
/
JsonPatch
Json
Patch
@
Serializable
data
class
JsonPatch
(
val
op
:
JsonPatch.Operation
,
val
path
:
String
,
val
value
:
JsonElement
?
=
null
,
val
from
:
String
?
=
null
)
Members
Constructors
Json
Patch
Link copied to clipboard
constructor
(
op
:
JsonPatch.Operation
,
path
:
String
,
value
:
JsonElement
?
=
null
,
from
:
String
?
=
null
)
Types
Builder
Link copied to clipboard
class
Builder
Operation
Link copied to clipboard
@
Serializable
enum
Operation
:
Enum
<
JsonPatch.Operation
>
Properties
from
Link copied to clipboard
val
from
:
String
?
=
null
op
Link copied to clipboard
val
op
:
JsonPatch.Operation
path
Link copied to clipboard
val
path
:
String
value
Link copied to clipboard
val
value
:
JsonElement
?
=
null