ArtifactSummary

data class ArtifactSummary(    val id: Long,     val game: String,     val environment: String,     val build: CacheExporter.Build?,     val timestamp: Instant?,     val type: ArtifactType,     val format: ArtifactFormat,     val os: OperatingSystem,     val arch: Architecture,     val jvm: Jvm,     val size: Int)

Constructors

Link copied to clipboard
constructor(    id: Long,     game: String,     environment: String,     build: CacheExporter.Build?,     timestamp: Instant?,     type: ArtifactType,     format: ArtifactFormat,     os: OperatingSystem,     arch: Architecture,     jvm: Jvm,     size: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
val jvm: Jvm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard
Link copied to clipboard