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.
Constructors
Link copied to clipboard
fun IpAddressResponse(dnsNameLabel: String? = null, fqdn: String, ip: String? = null, ports: List<PortResponse>, type: String)