ktor
2.2.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
ktor-client-content-negotiation-tests
/
io.ktor.client.plugins.contentnegotiation.tests
/
JsonWebsocketsTest
/
User
User
@
Serializable
data
class
User
(
val
name
:
String
,
val
id
:
Int
)
Constructors
Properties
Constructors
User
Link copied to clipboard
fun
User
(
name
:
String
,
id
:
Int
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String