contains network resources allocated and used for a container in a network.
@type t() :: %DockerEngineAPI.Model.EndpointResource{ EndpointID: String.t() | nil, IPv4Address: String.t() | nil, IPv6Address: String.t() | nil, MacAddress: String.t() | nil, Name: String.t() | nil }