Values_1.DashboardVisualResultSourceThe QA result that is made from dashboard visual.
type nonrec t = {dashboardId : Values_0.ShortRestrictiveResourceId.t option;The ID of the dashboard.
*)dashboardName : DashboardName.t option;The name of the dashboard.
*)sheetId : Values_0.ShortRestrictiveResourceId.t option;The ID of the sheet.
*)sheetName : Values_0.SheetName.t option;The name of the sheet.
*)visualId : Values_0.ShortRestrictiveResourceId.t option;The ID of the visual.
*)visualTitle : VisualTitle.t option;The title of the visual.
*)visualSubtitle : VisualSubtitle.t option;The subtitle of the visual.
*)dashboardUrl : QAUrl.t option;The URL of the dashboard.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.ShortRestrictiveResourceId.t ]) list ]