Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.79 KB

File metadata and controls

54 lines (43 loc) · 1.79 KB

ManifestChildren

Properties

Name Type Description Notes
type TypeEnum Type of this JSON object
role RoleEnum Output file type
name String Output file type [optional]
hasThumbnail Boolean Indicates if a thumbnail has been generated [optional]
mime String MIME type of the generated file
urn String Output file URN; used as a file identifier [optional]
progress String Translation progress for requested entity [optional]
status StatusEnum Status of the requested entity; possible values are: `pending`, `success`, `inprogress`, `failed`, `timeout` and `partialsuccess` [optional]
resolution List<String> Available thumbnail resolution [optional]
modelGUID String [optional]
objectIds List<Integer> [optional]
messages Messages [optional]

Enum: TypeEnum

Name Value
"RESOURCE" "resource"
"MANIFEST" "manifest"
"GEOMETRY" "geometry"
"VIEW" "view"

Enum: RoleEnum

Name Value
"_2D" "2d"
"_3D" "3d"
"GRAPHICS" "graphics"
"MANIFEST" "manifest"
"THUMBNAIL" "thumbnail"

Enum: StatusEnum

Name Value
"PENDING" "pending"
"INPROGRESS" "inprogress"
"SUCCESS" "success"
"FAILED" "failed"
"TIMEOUT" "timeout"
"PARTIALSUCCESS" "partialsuccess"