CreateContainerRequest

final case class CreateContainerRequest(@jsonField("Env") env: Env, @jsonField("ExposedPorts") exposedPorts: Exposed, @jsonField("HostConfig") hostConfig: HostConfig, @jsonField("Image") image: Image)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product