src/main/kotlin/org/jetbrains/teamcity/rest/apis/InvestigationApi.kt [17:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - body: Investigation? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : Investigation { 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/InvestigationApi.kt [179:193]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - body: Investigation? = null, fields: String? = null, extraHeaders: Map = jsonHeaders ) : Investigation { 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( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -