toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
DataTransactionInput
/
DtiSharedObject
Dti
Shared
Object
@
Serializable
data
class
DtiSharedObject
(
val
type
:
String
,
val
objectType
:
String
,
val
objectId
:
String
,
val
initialSharedVersion
:
Long
,
val
mutable
:
Boolean
)
:
DataTransactionInput
Members
Constructors
Dti
Shared
Object
Link copied to clipboard
constructor
(
type
:
String
,
objectType
:
String
,
objectId
:
String
,
initialSharedVersion
:
Long
,
mutable
:
Boolean
)
Properties
initial
Shared
Version
Link copied to clipboard
val
initialSharedVersion
:
Long
mutable
Link copied to clipboard
val
mutable
:
Boolean
object
Id
Link copied to clipboard
val
objectId
:
String
object
Type
Link copied to clipboard
val
objectType
:
String
type
Link copied to clipboard
open
override
val
type
:
String