Values.DashboardSummarySourceContains a dashboard summary.
type nonrec t = {id : ID.t option;The ID of the dashboard.
*)name : Name.t option;The name of the dashboard
*)description : Description.t option;The dashboard's description.
*)creationDate : Timestamp.t option;The date the dashboard was created, in Unix epoch time.
*)lastUpdateDate : Timestamp.t option;The date the dashboard was last updated, in Unix epoch time.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ID.t | `Timestamp of Timestamp.t ]) list ]