OBJECT
FileVersion
Description
Supported in v5.0+
link GraphQL Schema definition
- type FileVersion {
- # Supported in v5.0+
- # The type of file, either a regular file or a directory.
- String :
- # Supported in v5.0+
- String :
- # Supported in v5.0+
- Long :
- # Supported in v5.0+
- # The snapshot this file belongs to.
- String :
- # Supported in v5.0+
- # The location where the file is stored, either in the cloud or locally.
- String :
- # Supported in v9.3
- # Optional timestamp string denoting the creation time of the file.
- String :
- }