FileSystemListRecord Data Type

Properties
name data type constraints description
volume string  
label string  
size number required
type string  
guid string  

Example

{
  "volume" : "...",
  "label" : "...",
  "size" : 12345,
  "type" : "...",
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
}