Dashboard Default New Sheet Configuration Args
data class DashboardDefaultNewSheetConfigurationArgs(val interactiveLayoutConfiguration: Output<DashboardDefaultInteractiveLayoutConfigurationArgs>? = null, val paginatedLayoutConfiguration: Output<DashboardDefaultPaginatedLayoutConfigurationArgs>? = null, val sheetContentType: Output<DashboardSheetContentType>? = null) : ConvertibleToJava<DashboardDefaultNewSheetConfigurationArgs>
Constructors
Link copied to clipboard
constructor(interactiveLayoutConfiguration: Output<DashboardDefaultInteractiveLayoutConfigurationArgs>? = null, paginatedLayoutConfiguration: Output<DashboardDefaultPaginatedLayoutConfigurationArgs>? = null, sheetContentType: Output<DashboardSheetContentType>? = null)
Properties
Link copied to clipboard
val interactiveLayoutConfiguration: Output<DashboardDefaultInteractiveLayoutConfigurationArgs>? = null
The options that determine the default settings for interactive layout configuration.
Link copied to clipboard
The options that determine the default settings for a paginated layout configuration.
Link copied to clipboard
The option that determines the sheet content type.