Dashboard Sheet Definition
constructor(contentType: DashboardSheetContentType? = null, description: String? = null, filterControls: List<DashboardFilterControl>? = null, images: List<DashboardSheetImage>? = 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)