ENUM
AssetStatus
link GraphQL Schema definition
- enum AssetStatus {
 - }
 
    link Require by
- AssetA binary asset associated with the model.
 - ClipA video clip
 - CommonAssetA binary asset associated with the model.
 - FloorplanA floorplan, often formatted as an image, although other options may be available.
 - MeshA 3D geometry of the model.
 - PhotoA photo associated with the model as well as some basic metadata including label and dimensions.
 - PhotoSummaryBasic url access to a photo and the ability to retrieve it at multiple resolutions.
 - Resourceundefined
 - SkyboxPanoramaA panoramic image broken into 6 faces: front, back, left, right, up, down The full face images may be retrieved using `urlTemplate` or `children`. Each face may also be retrieved as a set of tiles to improve progressive loading of high resolution images. In these cases the tileUrlTemplate should be used.
 - TextureAn image which may be mapped onto a 3D geometry.