Artifact

data class Artifact(    val name: String,     val size: Long,     val md5: String)

This class represent a file to download

Constructors

Link copied to clipboard
fun Artifact(    name: String,     size: Long,     md5: String)

Properties

Link copied to clipboard
val md5: String

file md5

Link copied to clipboard
val name: String

file name

Link copied to clipboard
val size: Long

file size in byte