OBJECT
ModelSearchAssets
Search summary information about the assets associated with a model.
link GraphQL Schema definition
- type ModelSearchAssets {
 - #   Summary info about the panoramic images.
 - : ModelSearchPanos 
 - #   Summary info about 3D mesh data.
 - : ModelSearchMeshes 
 - #   Summary info about 2D texture images.
 - : ModelSearchTextures 
 - #   Summary info about anchor locations.
 - : ModelSearchLocations 
 - #   Summary info about panoramic image locations.
 - : ModelSearchPanoLocations 
 - }