package common

import "github.com/dotcloud/docker/api/types/common"

Index

Types

type IDResponse

type IDResponse struct {

	// The id of the newly created object.
	// Required: true
	ID string `json:"Id"`
}

IDResponse Response to an API call that returns just an Id swagger:model IDResponse

Source Files

id_response.go

Version
v28.1.1+incompatible (latest)
Published
Apr 18, 2025
Platform
linux/amd64
Last checked
3 hours ago

Tools for package owners.