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_UNSPECIFIED
Unspecified.
TITLE_SIZE_XS
Extra small.
TITLE_SIZE_S
Small.
TITLE_SIZE_M
Medium.
TITLE_SIZE_L
Large.
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.