hexagon
Toggle table of contents
4.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
hexagon
http_test
/
com.hexagontk.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