src/main/kotlin/org/jetbrains/teamcity/rest/apis/VcsRootInstanceApi.kt [167:181]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vcsRootInstanceLocator: String, basePath: String? = null, locator: String? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : Files { val localQuery: MutableMap> = HashMap() basePath?.let { localQuery["basePath"] = listOf("$basePath") } locator?.let { localQuery["locator"] = listOf("$locator") } fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( RequestMethod.GET, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/teamcity/rest/apis/VcsRootInstanceApi.kt [205:219]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vcsRootInstanceLocator: String, basePath: String? = null, locator: String? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : Files { val localQuery: MutableMap> = HashMap() basePath?.let { localQuery["basePath"] = listOf("$basePath") } locator?.let { localQuery["locator"] = listOf("$locator") } fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( RequestMethod.GET, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -