Implements the Docker.Command behaviour for docker network inspect.
Docker.Command
docker network inspect
@type t() :: %Docker.Commands.Network.Inspect{ format: String.t() | nil, networks: [String.t()] }