DocumentAuthor

data class DocumentAuthor(val name: String, val info: Map<String, String> = emptyMap())

An author of a document.

Parameters

name

author's name

info

additional information about the author (e.g. email, website)

Constructors

Link copied to clipboard
constructor(name: String, info: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard