Module GapiPlusV1Service.ActivitiesResource.OrderBy

module OrderBy: sig .. end

type t = 
| Default
| Best (*
Sort activities by relevance to the user, most relevant first.
*)
| Recent (*
Sort activities by published date, most recent first.
*)
val to_string : t -> string
val of_string : string -> t