Widget Response
data class WidgetResponse(val alertChart: AlertChartResponse, val blank: EmptyResponse, val collapsibleGroup: CollapsibleGroupResponse, val incidentList: IncidentListResponse, val logsPanel: LogsPanelResponse, val scorecard: ScorecardResponse, val text: TextResponse, val timeSeriesTable: TimeSeriesTableResponse, val title: String, val xyChart: XyChartResponse)
Widget contains a single dashboard component and configuration of how to present the component in the dashboard.
Constructors
Link copied to clipboard
fun WidgetResponse(alertChart: AlertChartResponse, blank: EmptyResponse, collapsibleGroup: CollapsibleGroupResponse, incidentList: IncidentListResponse, logsPanel: LogsPanelResponse, scorecard: ScorecardResponse, text: TextResponse, timeSeriesTable: TimeSeriesTableResponse, title: String, xyChart: XyChartResponse)