Module GapiUrlshortenerV1Service.UrlResource.Projection

module Projection: sig .. end

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