src/main/kotlin/org/jetbrains/teamcity/rest/apis/BuildTypeApi.kt [95:109]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fields: String? = null, body: Feature? = null, extraHeaders: Map = jsonHeaders ) : Feature { var localBody = "" if (body != null) { val gson = GsonBuilder().create() localBody = gson.toJson(body) } val localQuery: MutableMap> = HashMap() fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/org/jetbrains/teamcity/rest/apis/BuildTypeApi.kt [2658:2672]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fields: String? = null, body: Feature? = null, extraHeaders: Map = jsonHeaders ) : Feature { var localBody = "" if (body != null) { val gson = GsonBuilder().create() localBody = gson.toJson(body) } val localQuery: MutableMap> = HashMap() fields?.let { localQuery["fields"] = listOf("$fields") } val localVariableConfig = RequestConfig( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -