Migrate Project Properties Response
data class MigrateProjectPropertiesResponse(val lastSummaryRefreshedTime: String, val provisioningState: String? = null, val refreshSummaryState: String, val registeredTools: List<String>? = null, val summary: Map<String, Either<DatabaseProjectSummaryResponse, ServersProjectSummaryResponse>>)
Class for migrate project properties.
Constructors
Link copied to clipboard
fun MigrateProjectPropertiesResponse(lastSummaryRefreshedTime: String, provisioningState: String? = null, refreshSummaryState: String, registeredTools: List<String>? = null, summary: Map<String, Either<DatabaseProjectSummaryResponse, ServersProjectSummaryResponse>>)