AnalysisSheetTextBoxArgs

data class AnalysisSheetTextBoxArgs(val content: Output<String>? = null, val sheetTextBoxId: Output<String>) : ConvertibleToJava<AnalysisSheetTextBoxArgs>

Constructors

Link copied to clipboard
constructor(content: Output<String>? = null, sheetTextBoxId: Output<String>)

Properties

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

The content that is displayed in the text box.

Link copied to clipboard
val sheetTextBoxId: Output<String>

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Functions

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