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