Module GapiDriveV2Service.FilesResource.Corpus

module Corpus: sig .. end

type t = 
| Default
| DEFAULT (*
The items that the user has accessed.
*)
| DOMAIN (*
Items shared to the user's domain.
*)
val to_string : t -> string
val of_string : string -> t