DashboardPropertiesWithProvisioningStateArgs

data class DashboardPropertiesWithProvisioningStateArgs(val lenses: Output<List<DashboardLensArgs>>? = null, val metadata: Output<Any>? = null) : ConvertibleToJava<DashboardPropertiesWithProvisioningStateArgs>

Dashboard Properties with Provisioning state

Constructors

constructor(lenses: Output<List<DashboardLensArgs>>? = null, metadata: Output<Any>? = null)

Properties

Link copied to clipboard
val lenses: Output<List<DashboardLensArgs>>? = null

The dashboard lenses.

Link copied to clipboard
val metadata: Output<Any>? = null

The dashboard metadata.

Functions

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