Servers Project Summary Response
data class ServersProjectSummaryResponse(val assessedCount: Int? = null, val discoveredCount: Int? = null, val extendedSummary: Map<String, String>? = null, val instanceType: String, val lastSummaryRefreshedTime: String? = null, val migratedCount: Int? = null, val refreshSummaryState: String? = null, val replicatingCount: Int? = null, val testMigratedCount: Int? = null)
Class representing the servers project summary.
Constructors
Link copied to clipboard
fun ServersProjectSummaryResponse(assessedCount: Int? = null, discoveredCount: Int? = null, extendedSummary: Map<String, String>? = null, instanceType: String, lastSummaryRefreshedTime: String? = null, migratedCount: Int? = null, refreshSummaryState: String? = null, replicatingCount: Int? = null, testMigratedCount: Int? = null)