Module GapiDriveV2Service.FilesResource.Visibility

module Visibility: sig .. end

type t = 
| Default
| DEFAULT (*
The visibility of the new file is determined by the user's default visibility/sharing policies.
*)
| PRIVATE (*
The new file will be visible to only the owner.
*)
val to_string : t -> string
val of_string : string -> t