DashboardSheetDefinition

data class DashboardSheetDefinition(val contentType: DashboardSheetContentType? = null, val description: String? = null, val filterControls: List<DashboardFilterControl>? = null, val layouts: List<DashboardLayout>? = null, val name: String? = null, val parameterControls: List<DashboardParameterControl>? = null, val sheetControlLayouts: List<DashboardSheetControlLayout>? = null, val sheetId: String, val textBoxes: List<DashboardSheetTextBox>? = null, val title: String? = null, val visuals: List<DashboardVisual>? = null)

Constructors

Link copied to clipboard
fun DashboardSheetDefinition(contentType: DashboardSheetContentType? = null, description: String? = null, filterControls: List<DashboardFilterControl>? = null, layouts: List<DashboardLayout>? = null, name: String? = null, parameterControls: List<DashboardParameterControl>? = null, sheetControlLayouts: List<DashboardSheetControlLayout>? = null, sheetId: String, textBoxes: List<DashboardSheetTextBox>? = null, title: String? = null, visuals: List<DashboardVisual>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: String? = null
Link copied to clipboard