ArrayOfGuestListFileInfo
ArrayOfGuestListFileInfo
A boxed array of GuestListFileInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"files": [
{
"_typeName": "string",
"path": "string",
"type": "string",
"size": 0,
"attributes": {
"_typeName": "string",
"modificationTime": "string",
"accessTime": "string",
"symlinkTarget": "string"
}
}
],
"remaining": 0
}
]
}