DockerEngineAPI.Model.ServiceCreateResponse (elixir_dea v1.45.7)

contains the information returned to a client on the creation of a new service.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ServiceCreateResponse{
  ID: String.t() | nil,
  Warnings: [String.t()] | nil
}

Functions