TargetResponse

data class TargetResponse(val digest: String? = null, val length: Double? = null, val mediaType: String? = null, val name: String? = null, val repository: String? = null, val size: Double? = null, val tag: String? = null, val url: String? = null, val version: String? = null)

The target of the event.

Constructors

Link copied to clipboard
constructor(digest: String? = null, length: Double? = null, mediaType: String? = null, name: String? = null, repository: String? = null, size: Double? = null, tag: String? = null, url: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val digest: String? = null

The digest of the content, as defined by the Registry V2 HTTP API Specification.

Link copied to clipboard
val length: Double? = null

The number of bytes of the content. Same as Size field.

Link copied to clipboard
val mediaType: String? = null

The MIME type of the referenced object.

Link copied to clipboard
val name: String? = null

The name of the artifact.

Link copied to clipboard
val repository: String? = null

The repository name.

Link copied to clipboard
val size: Double? = null

The number of bytes of the content. Same as Length field.

Link copied to clipboard
val tag: String? = null

The tag name.

Link copied to clipboard
val url: String? = null

The direct URL to the content.

Link copied to clipboard
val version: String? = null

The version of the artifact.