Hardware Inventory Network Interface Response
data class HardwareInventoryNetworkInterfaceResponse(val linkStatus: String, val macAddress: String, val name: String, val networkInterfaceId: String)
Constructors
Link copied to clipboard
fun HardwareInventoryNetworkInterfaceResponse(linkStatus: String, macAddress: String, name: String, networkInterfaceId: String)