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
constructor(lastSummaryRefreshedTime: String, provisioningState: String? = null, refreshSummaryState: String, registeredTools: List<String>? = null, summary: Map<String, Either<DatabaseProjectSummaryResponse, ServersProjectSummaryResponse>>)
Properties
Link copied to clipboard
Gets the last time the project summary was refreshed.
Link copied to clipboard
Provisioning state of the migrate project.
Link copied to clipboard
Gets the refresh summary state.
Link copied to clipboard
Gets or sets the list of tools registered with the migrate project.
Link copied to clipboard
Gets the summary of the migrate project.