Hardware Inventory Response
data class HardwareInventoryResponse(val additionalHostInformation: String, val interfaces: List<HardwareInventoryNetworkInterfaceResponse>, val nics: List<NicResponse>)
Constructors
Link copied to clipboard
fun HardwareInventoryResponse(additionalHostInformation: String, interfaces: List<HardwareInventoryNetworkInterfaceResponse>, nics: List<NicResponse>)