ImageNoteResponse

data class ImageNoteResponse(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
constructor(fingerprint: FingerprintResponse, resourceUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The fingerprint of the base image.

Link copied to clipboard

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