toggle menu
Spraypaint.Kt
88d893e-SNAPSHOT
common
switch theme
search in API
composeApp
/
it.maicol07.spraypaintkt.sample.data.models
/
BookSchema
Book
Schema
abstract
class
BookSchema
(
source
)
Members
Constructors
Book
Schema
Link copied to clipboard
constructor
(
)
Properties
author
Link copied to clipboard
abstract
val
author
:
PersonSchema
publisher
Link copied to clipboard
abstract
val
publisher
:
PublisherSchema
publisher
Id
Link copied to clipboard
abstract
val
publisherId
:
Int
reader
Link copied to clipboard
abstract
val
reader
:
PersonSchema
reviews
Link copied to clipboard
open
val
reviews
:
List
<
ReviewSchema
>
title
Link copied to clipboard
abstract
val
title
:
String