Book

@JsonClass(generateAdapter = true)
data class Book(val book_title: String?, val book_url: String?)

book written by the author.

Constructors

Link copied to clipboard
fun Book(book_title: String?, book_url: String?)

Properties

Link copied to clipboard
val book_title: String?

The book title.

Link copied to clipboard
val book_url: String?

A link to a page to purchase or learn more about the book.