src/main/kotlin/org/jetbrains/teamcity/rest/apis/ServerApi.kt [441:454]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - basePath: String? = null, locator: String? = null, name: String? = null, extraHeaders: Map = jsonHeaders ) : Unit { val localQuery: MutableMap> = HashMap() basePath?.let { localQuery["basePath"] = listOf("$basePath") } locator?.let { localQuery["locator"] = listOf("$locator") } name?.let { localQuery["name"] = listOf("$name") } val localVariableConfig = RequestConfig( RequestMethod.GET, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/teamcity/rest/apis/VcsRootInstanceApi.kt [390:403]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - basePath: String? = null, locator: String? = null, name: String? = null, extraHeaders: Map = jsonHeaders ) : Unit { val localQuery: MutableMap> = HashMap() basePath?.let { localQuery["basePath"] = listOf("$basePath") } locator?.let { localQuery["locator"] = listOf("$locator") } name?.let { localQuery["name"] = listOf("$name") } val localVariableConfig = RequestConfig( RequestMethod.GET, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -