ArrayOfGuestWindowsFileAttributes
ArrayOfGuestWindowsFileAttributes
A boxed array of GuestWindowsFileAttributes. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"modificationTime": "string",
"accessTime": "string",
"symlinkTarget": "string",
"hidden": false,
"readOnly": false,
"createTime": "string"
}
]
}