GuestFileInfo

GuestFileInfo
GuestFileInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "path": "string",
    "type": "string",
    "size": 0,
    "attributes": {
        "_typeName": "string",
        "modificationTime": "string",
        "accessTime": "string",
        "symlinkTarget": "string"
    }
}
string
path
Required

The complete path to the file

string
type
Required

The file type, one of GuestFileTypeEnum

integer As int64 As int64
size
Required

The file size in bytes

attributes
Required

Different attributes for a guest file.