toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
DataTransactionInput
/
DtiImmOrOwnedObject
Dti
Imm
Or
Owned
Object
@
Serializable
data
class
DtiImmOrOwnedObject
(
val
type
:
String
,
val
objectType
:
String
,
val
objectId
:
String
,
val
version
:
Long
,
val
digest
:
String
)
:
DataTransactionInput
Members
Constructors
Dti
Imm
Or
Owned
Object
Link copied to clipboard
constructor
(
type
:
String
,
objectType
:
String
,
objectId
:
String
,
version
:
Long
,
digest
:
String
)
Properties
digest
Link copied to clipboard
val
digest
:
String
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
version
Link copied to clipboard
val
version
:
Long