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