DashboardDefaultNewSheetConfigurationArgs

data class DashboardDefaultNewSheetConfigurationArgs(val interactiveLayoutConfiguration: Output<DashboardDefaultInteractiveLayoutConfigurationArgs>? = null, val paginatedLayoutConfiguration: Output<DashboardDefaultPaginatedLayoutConfigurationArgs>? = null, val sheetContentType: Output<DashboardSheetContentType>? = null) : ConvertibleToJava<DashboardDefaultNewSheetConfigurationArgs>

Constructors

constructor(interactiveLayoutConfiguration: Output<DashboardDefaultInteractiveLayoutConfigurationArgs>? = null, paginatedLayoutConfiguration: Output<DashboardDefaultPaginatedLayoutConfigurationArgs>? = null, sheetContentType: Output<DashboardSheetContentType>? = null)

Properties

Link copied to clipboard

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.

Functions

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