Metadata Support Response
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
fun MetadataSupportResponse(email: String? = null, link: String? = null, name: String? = null, tier: String)