Values.ActivitySummarySourceThe summary of activities.
type nonrec t = {activityId : ActivityId.t option;A unique identifier that identifies the activity.
*)title : GenericString.t option;The title of the activity.
*)reward : ActivityReward.t option;The reward for the activity.
*)status : ActivityStatus.t option;The current status of the activity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ActivityId.t
| `Structure of
(string
* [> `Structure of
(string * [> `Double of GenericDouble.t | `Enum of string ])
list ])
list ])
list ]