Nic Detail Response
data class NicDetailResponse(val adapterName: String, val componentId: String? = null, val defaultGateway: String? = null, val defaultIsolationId: String? = null, val dnsServers: List<String>? = null, val driverVersion: String? = null, val interfaceDescription: String? = null, val ip4Address: String? = null, val subnetMask: String? = null)
The NIC Detail of a device.