BibliographyEntryAuthor
data class BibliographyEntryAuthor(val fullName: String?, val firstName: String?, val lastName: String?)
A structured author of a BibliographyEntry.
Parameters
fullName
the full name of the author
firstName
the first name of the author
lastName
the last name of the author