Start Migration Scenario Server Role Result Response
    data class StartMigrationScenarioServerRoleResultResponse(val exceptionsAndWarnings: List<ReportableExceptionResponse>, val name: String, val state: String)
Server role migration result
Constructors
Link copied to clipboard
                fun StartMigrationScenarioServerRoleResultResponse(exceptionsAndWarnings: List<ReportableExceptionResponse>, name: String, state: String)