AccountVdmAttributesDashboardAttributesArgs

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

Constructors

constructor(engagementMetrics: Output<String>? = null)

Properties

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

Specifies the status of your VDM engagement metrics collection. Valid values: ENABLED, DISABLED.

Functions

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