FilesResource.Visibility
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