dotcloud/docker

View on GitHub
api/types/image/delete_response.go

Summary

Maintainability
A
0 mins
Test Coverage
package image

// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command

// DeleteResponse delete response
// swagger:model DeleteResponse
type DeleteResponse struct {

    // The image ID of an image that was deleted
    Deleted string `json:"Deleted,omitempty"`

    // The image ID of an image that was untagged
    Untagged string `json:"Untagged,omitempty"`
}