Module GapiCustomsearchV1Service.CseResource.SiteSearchFilter

module SiteSearchFilter: sig .. end

type t = 
| Default
| E (*
exclude
*)
| I (*
include
*)
val to_string : t -> string
val of_string : string -> t