Image Descriptor Response
data class ImageDescriptorResponse(val digest: String? = null, val registry: String? = null, val repository: String? = null, val tag: String? = null)
Properties for a registry image.
Properties for a registry image.