BasisResponse

data class BasisResponse(val fingerprint: FingerprintResponse, val resourceUrl: String)

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g. a tag of the resource_url.

Constructors

Link copied to clipboard
fun BasisResponse(fingerprint: FingerprintResponse, resourceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The fingerprint of the base image.

Link copied to clipboard

The resource_url for the resource representing the basis of associated occurrence images.