DashboardSheetTextBox

data class DashboardSheetTextBox(val content: String? = null, val sheetTextBoxId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The content that is displayed in the text box.

Link copied to clipboard

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.