data class Author
Info about author
Author(name: String, email: String? = null, links: Links = Links())
Info about author |
val email: String?
Email-address of author |
|
val links: Links
Links of author |
|
val name: String
Name of author |