DockerEngineAPI.Model.ServiceCreateResponse (ex_docker_api v1.48.0)

View Source

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

Summary

Types

t()

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

Functions

decode(value)