sig
  type t = Default | High | Medium | Off
  val to_string : GapiCustomsearchV1Service.CseResource.Safe.t -> string
  val of_string : string -> GapiCustomsearchV1Service.CseResource.Safe.t
end