toggle menu
hexagon
3.7.2
jvm
switch theme
search in API
http_test
/
com.hexagonkt.http.test.examples
/
BooksTest
/
Book
Book
data
class
Book
(
val
author
:
String
,
val
title
:
String
)
Members
Constructors
Book
Link copied to clipboard
constructor
(
author
:
String
,
title
:
String
)
Properties
author
Link copied to clipboard
val
author
:
String
title
Link copied to clipboard
val
title
:
String