VdmAttributesDashboardAttributesArgs

data class VdmAttributesDashboardAttributesArgs(val engagementMetrics: Output<String>? = null) : ConvertibleToJava<VdmAttributesDashboardAttributesArgs>

Preferences regarding the Dashboard feature.

Constructors

Link copied to clipboard
constructor(engagementMetrics: Output<String>? = null)

Properties

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

Whether emails sent from this account have engagement tracking enabled.

Functions

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