sig
  type t = Default | Image
  val to_string :
    GapiCustomsearchV1Service.CseResource.SearchType.t -> string
  val of_string :
    string -> GapiCustomsearchV1Service.CseResource.SearchType.t
end