Dashboard Sheet Definition Args
constructor(contentType: Output<DashboardSheetContentType>? = null, description: Output<String>? = null, filterControls: Output<List<DashboardFilterControlArgs>>? = null, images: Output<List<DashboardSheetImageArgs>>? = null, layouts: Output<List<DashboardLayoutArgs>>? = null, name: Output<String>? = null, parameterControls: Output<List<DashboardParameterControlArgs>>? = null, sheetControlLayouts: Output<List<DashboardSheetControlLayoutArgs>>? = null, sheetId: Output<String>, textBoxes: Output<List<DashboardSheetTextBoxArgs>>? = null, title: Output<String>? = null, visuals: Output<List<DashboardVisualArgs>>? = null)