Values.FileSystemLocationSourceThe details of the file system location for the resource.
type nonrec t = {name : FileSystemLocationName.t;The location name.
*)path : PathString.t;The file path.
*)type_ : FileSystemLocationType.t;The type of file.
*)}val make :
name:FileSystemLocationName.t ->
path:PathString.t ->
type_:FileSystemLocationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FileSystemLocationName.t ])
list ]