MetadataSupportResponse

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

Support information for the content item.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

Email of support contact

Link copied to clipboard
val link: String? = null

Link for support help, like to support page to open a ticket etc.

Link copied to clipboard
val name: String? = null

Name of the support contact. Company or person.

Link copied to clipboard

Type of support for content item