Ksui core
Toggle table of contents
3.0.0
common
Platform filter
common
Switch theme
Search in API
Ksui core
Ksui core
/
xyz.mcxross.ksui.core.ptb
/
ResolvedObject
Resolved
Object
data
class
ResolvedObject
(
val
objectId
:
String
,
val
version
:
Long
?
,
val
digest
:
String
?
,
val
owner
:
ResolvedObjectOwner
)
Members
Constructors
Resolved
Object
Link copied to clipboard
constructor
(
objectId
:
String
,
version
:
Long
?
,
digest
:
String
?
,
owner
:
ResolvedObjectOwner
)
Properties
digest
Link copied to clipboard
val
digest
:
String
?
object
Id
Link copied to clipboard
val
objectId
:
String
owner
Link copied to clipboard
val
owner
:
ResolvedObjectOwner
version
Link copied to clipboard
val
version
:
Long
?