DiscoveryExportData

data class DiscoveryExportData(val session: DiscoverySessionEntity, val presetResults: List<DiscoveryPresetResultEntity>, val nodesByPreset: Map<Long, List<DiscoveredNodeEntity>>)(source)

Constructors

Link copied to clipboard
constructor(session: DiscoverySessionEntity, presetResults: List<DiscoveryPresetResultEntity>, nodesByPreset: Map<Long, List<DiscoveredNodeEntity>>)

Properties

Link copied to clipboard
Link copied to clipboard