DashboardCustomNarrativeOptionsArgs

data class DashboardCustomNarrativeOptionsArgs(val narrative: Output<String>) : ConvertibleToJava<DashboardCustomNarrativeOptionsArgs>

Constructors

Link copied to clipboard
constructor(narrative: Output<String>)

Properties

Link copied to clipboard
val narrative: Output<String>

The string input of custom narrative.

Functions

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