MetadataSupportArgs

data class MetadataSupportArgs(val email: Output<String>? = null, val link: Output<String>? = null, val name: Output<String>? = null, val tier: Output<String>) : ConvertibleToJava<MetadataSupportArgs>

Constructors

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

Properties

Link copied to clipboard
val email: Output<String>? = null

The email address of the support contact.

Link copied to clipboard
val link: Output<String>? = null

The link for support help.

Link copied to clipboard
val name: Output<String>? = null

The name of the support contact.

Link copied to clipboard
val tier: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): MetadataSupportArgs