Name | Type | Description | Notes |
---|---|---|---|
parentId | Number | [optional] | |
name | String | Shown name of the file | [optional] |
fileName | String | Full name of the file | [optional] |
description | String | Description of the file | [optional] |
file | File | [optional] | |
modelSource | String | Define the model.source field if the upload is a Model (IFC, PDF, DWG...) * `UPLOAD` - UPLOAD * `SPLIT` - SPLIT * `MERGE` - MERGE * `EXPORT` - EXPORT * `OPTIMIZED` - OPTIMIZED | [optional] |
ifcSource | String | DEPRECATED: Use 'model_source' instead. Define the model.source field if the upload is a Model (IFC, PDF, DWG...) * `UPLOAD` - UPLOAD * `SPLIT` - SPLIT * `MERGE` - MERGE * `EXPORT` - EXPORT * `OPTIMIZED` - OPTIMIZED | [optional] |
successorOf | Number | Old document version to replace. Only for create | [optional] |
processHint | String | Provide a info about the document in order to customize the way it is processed. * `PHOTOSPHERE` - PHOTOSPHERE | [optional] |
-
UPLOAD
(value:"UPLOAD"
) -
SPLIT
(value:"SPLIT"
) -
MERGE
(value:"MERGE"
) -
EXPORT
(value:"EXPORT"
) -
OPTIMIZED
(value:"OPTIMIZED"
)
-
UPLOAD
(value:"UPLOAD"
) -
SPLIT
(value:"SPLIT"
) -
MERGE
(value:"MERGE"
) -
EXPORT
(value:"EXPORT"
) -
OPTIMIZED
(value:"OPTIMIZED"
)
PHOTOSPHERE
(value:"PHOTOSPHERE"
)