types
ChartWidget
Regression chart.
id : string
ID of the chart.
name : string
Name of the chart.
description : string
Description of the chart.
filterStr : string
Test filter selector to show KPI values for.
testCase : string
Test case to show KPI values for.
kpis : report.Kpi
KPIs to show.
Dashboard
Regression dashboard.
Content
Content of regression dashboard.
widgets : Widget
Widgets.
id : string
ID of the dashboard.
name : string
Name of the dashboard.
description : string
Description of the dashboard.
createdAt : google.protobuf.Timestamp
Creation timestamp.
updatedAt : google.protobuf.Timestamp
Last update timestamp.
createdBy : string
UA or SA that created the dashboard.
updatedBy : string
UA or SA that updated the dashboard last time.
etag : string
Etag of the dashboard.
content : Content
Dashboard content.
TextWidget
Text widget.
text : string
Text string.
TitleWidget
Title widget.
TitleSize
Title size.
TITLE_SIZE_UNSPECIFIEDUnspecified.
TITLE_SIZE_XSExtra small.
TITLE_SIZE_SSmall.
TITLE_SIZE_MMedium.
TITLE_SIZE_LLarge.
text : string
Title string.
size : TitleSize
Title size.
Widget
Regression dashboard widget.
LayoutPosition
Widget position.
x : int64
X.
y : int64
Y.
width : int64
Width.
height : int64
Height.
position : LayoutPosition
Widget position.