MetadataAuthor

data class MetadataAuthor(val email: String? = null, val link: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(email: String? = null, link: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The email address of the author contact.

Link copied to clipboard
val link: String? = null

The link for author/vendor page.

Link copied to clipboard
val name: String? = null

The name of the author, company or person.