Dashboard List Control Display Options Args
data class DashboardListControlDisplayOptionsArgs(val infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, val searchOptions: Output<DashboardListControlSearchOptionsArgs>? = null, val selectAllOptions: Output<DashboardListControlSelectAllOptionsArgs>? = null, val titleOptions: Output<DashboardLabelOptionsArgs>? = null) : ConvertibleToJava<DashboardListControlDisplayOptionsArgs>
Constructors
Link copied to clipboard
fun DashboardListControlDisplayOptionsArgs(infoIconLabelOptions: Output<DashboardSheetControlInfoIconLabelOptionsArgs>? = null, searchOptions: Output<DashboardListControlSearchOptionsArgs>? = null, selectAllOptions: Output<DashboardListControlSelectAllOptionsArgs>? = null, titleOptions: Output<DashboardLabelOptionsArgs>? = null)