emo / me.eater.emo.emo.dto.repository / Author

Author

data class Author

Info about author

Constructors

<init>

Author(name: String, email: String? = null, links: Links = Links())

Info about author

Properties

email

val email: String?

Email-address of author

links

val links: Links

Links of author

name

val name: String

Name of author