PortBinding represents a binding between a host IP address and a host port.
@type t() :: %DockerEngineAPI.Model.PortBinding{ HostIp: String.t() | nil, HostPort: String.t() | nil }