src/main/kotlin/org/jetbrains/teamcity/rest/apis/BuildTypeApi.kt [133:147]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fields: String? = null, body: Step? = null, extraHeaders: Map = jsonHeaders ) : Step { 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 [2738:2752]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fields: String? = null, body: Step? = null, extraHeaders: Map = jsonHeaders ) : Step { 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( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -