Module UrlResource.Projection

type t =
| Default
| ANALYTICS_CLICKS

Returns only click counts.

| ANALYTICS_TOP_STRINGS

Returns only top string counts.

| FULL

Returns the creation timestamp and all available analytics.

val to_string : t -> string
val of_string : string -> t