Module GapiDriveV3Service.FilesResource.Corpus

module Corpus: sig .. end

type t = 
| Default
| Domain (*
Files shared to the user's domain.
*)
| User (*
Files owned by or shared to the user.
*)
val to_string : t -> string
val of_string : string -> t