toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.client
/
ClientExporter
/
ArtifactLinkExport
Artifact
Link
Export
data
class
ArtifactLinkExport
(
val
id
:
Long
?
,
val
build
:
CacheExporter.Build
?
,
val
timestamp
:
Instant
?
,
val
link
:
ArtifactLink
)
Members
Constructors
Artifact
Link
Export
Link copied to clipboard
constructor
(
id
:
Long
?
,
build
:
CacheExporter.Build
?
,
timestamp
:
Instant
?
,
link
:
ArtifactLink
)
Properties
build
Link copied to clipboard
val
build
:
CacheExporter.Build
?
id
Link copied to clipboard
val
id
:
Long
?
link
Link copied to clipboard
val
link
:
ArtifactLink
timestamp
Link copied to clipboard
val
timestamp
:
Instant
?