Vm_Guest_Filesystem_Files_WindowsFileAttributesInfo
Vm_Guest_Filesystem_Files_WindowsFileAttributesInfo
The {@name WindowsFileAttributesInfo) structure describes file attributes specific to Windows Guest operating systems.
JSON Example
{
"hidden": false,
"read_only": false,
"created": "string"
}
boolean
hidden
Required
The file is hidden.
boolean
read_only
Required
The file is read-only.
string As date-time
created
Required
The date and time the file was created.