MetadataAuthorResponse

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

Publisher or creator of the content item.

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

Email of author contact

Link copied to clipboard
val link: String? = null

Link for author/vendor page

Link copied to clipboard
val name: String? = null

Name of the author. Company or person.