MaterialResponse

data class MaterialResponse(val digest: Map<String, String>, val uri: String)

Material is a material used in the generation of the provenance

Constructors

Link copied to clipboard
fun MaterialResponse(digest: Map<String, String>, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

digest is a map from a hash algorithm (e.g. sha256) to the value in the material

Link copied to clipboard
val uri: String

uri is the uri of the material