Ip Address Response
data class IpAddressResponse(val dnsNameLabel: String? = null, val fqdn: String, val ip: String? = null, val ports: List<PortResponse>, val type: String)
IP address for the container group.
IP address for the container group.