MetadataSupport

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

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

The email address of the support contact.

Link copied to clipboard
val link: String? = null

The link for support help.

Link copied to clipboard
val name: String? = null

The name of the support contact.

Link copied to clipboard

The type of support for content item. Possible values are Microsoft, Partner and Community.