GetRegistryEnterpriseReposRepoTag

data class GetRegistryEnterpriseReposRepoTag(val digest: String, val imageCreate: String, val imageId: String, val imageSize: Int, val imageUpdate: String, val status: String, val tag: String)

Constructors

Link copied to clipboard
constructor(digest: String, imageCreate: String, imageId: String, imageSize: Int, imageUpdate: String, status: String, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Digest of this image.

Link copied to clipboard

Create time of this image, unix time in nanoseconds.

Link copied to clipboard

Id of this image.

Link copied to clipboard

Status of this image, in bytes.

Link copied to clipboard

Last update time of this image, unix time in nanoseconds.

Link copied to clipboard

Status of this image.

Link copied to clipboard
val tag: String

Tag of this image.