ktor-client-content-negotiation-tests / io.ktor.client.features.contentnegotiation.tests / ClientContentNegotiationTest / User

User

data class User

Constructors

<init>

User(name: String, age: Int)

Properties

age

val age: Int

name

val name: String