Ksui
Toggle table of contents
2.2.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
ObjectRef
Object
Ref
data
class
ObjectRef
(
val
address
:
Any
,
val
version
:
Any
,
val
digest
:
String
)
Parameters
address
ID of the object.
version
Version or sequence number of the object.
digest
Digest of the object.
Members
Constructors
Object
Ref
Link copied to clipboard
constructor
(
address
:
Any
,
version
:
Any
,
digest
:
String
)
Properties
address
Link copied to clipboard
val
address
:
Any
ID of the object.
digest
Link copied to clipboard
val
digest
:
String
Digest of the object.
version
Link copied to clipboard
val
version
:
Any
Version or sequence number of the object.
Functions
to
Generated
Link copied to clipboard
fun
toGenerated
(
)
:
ObjectRef