github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/api/types/image/delete_response.go (about) 1 package image 2 3 // This file was generated by the swagger tool. 4 // Editing this file might prove futile when you re-run the swagger generate command 5 6 // DeleteResponse delete response 7 // swagger:model DeleteResponse 8 type DeleteResponse struct { 9 10 // The image ID of an image that was deleted 11 Deleted string `json:"Deleted,omitempty"` 12 13 // The image ID of an image that was untagged 14 Untagged string `json:"Untagged,omitempty"` 15 }