user
https://kotlinlang.slack.com/files/U9XE9UR9C/F9XL7SECX/image.png▾
class MessageResponse(name: String) { val message = "Hello $name" }