I want to change the value of idCity of the given class in kotlin
class City_Id(private var cityName: String) { var idCity : String? = null