ImageInspectMetadata

@Serializable
data class ImageInspectMetadata(val lastTagTime: String? = null)

Additional metadata of the image in the local cache. This information is local to the daemon, and not part of the image itself.

Parameters

lastTagTime

Date and time at which the image was last tagged in RFC 3339 format with nano-seconds. This information is only available if the image was tagged locally, and omitted otherwise.

Constructors

Link copied to clipboard
constructor(lastTagTime: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "LastTagTime")
val lastTagTime: String?