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

Constructors

Link copied to clipboard
constructor(fullName: String?, firstName: String?, lastName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard