Infrastructure Services Response
data class InfrastructureServicesResponse(val ipv4AddressSpaces: List<String>? = null, val ipv6AddressSpaces: List<String>? = null)
InfrastructureServices IP ranges.
Constructors
Link copied to clipboard
fun InfrastructureServicesResponse(ipv4AddressSpaces: List<String>? = null, ipv6AddressSpaces: List<String>? = null)