Module GapiAnalyticsV3Service.DataResource.Ga.SamplingLevel

module SamplingLevel: sig .. end

type t = 
| Default
| DEFAULT (*
Returns response with a sample size that balances speed and accuracy.
*)
| FASTER (*
Returns a fast response with a smaller sample size.
*)
| HIGHER_PRECISION (*
Returns a more accurate response using a large sample size, but this may result in the response being slower.
*)
val to_string : t -> string
val of_string : string -> t