Get Migrate Projects Controller Migrate Project Result
data class GetMigrateProjectsControllerMigrateProjectResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String, val properties: MigrateProjectPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Migrate project.
Constructors
Link copied to clipboard
constructor(eTag: String? = null, id: String, location: String? = null, name: String, properties: MigrateProjectPropertiesResponse, systemData: SystemDataResponse, type: String)