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.
Constructors
Link copied to clipboard
fun ImageDescriptorResponse(digest: String? = null, registry: String? = null, repository: String? = null, tag: String? = null)