Nic IPSettings Response
data class NicIPSettingsResponse(val allocationMethod: String? = null, val dnsServers: List<String>? = null, val gateway: List<String>? = null, val ipAddress: String? = null, val ipAddressInfo: List<NicIPAddressSettingsResponse>, val primaryWinsServer: String, val secondaryWinsServer: String, val subnetMask: String? = null)
Defines the network interface ip settings.