AssetInfo
Represents asset information from the Sites Manager service. Maps to proto messages AssetRecord, AssetData, and AssetComputedValues.
Declaration
data class AssetInfoProperties
| Name | Type | Summary |
|---|---|---|
| assetStatus | AssetStatusType | - |
| assetType | AssetType | - |
| deployment | AssetDeploymentType | - |
| description | String? | - |
| id | String | - |
| meshData | AssetMeshData? | Mesh data (null if asset type is not mesh). |
| name | String | - |
| pipelineJobId | String? | - |
| pipelineJobStatus | AssetPipelineJobStatus | - |
| siteId | String | - |
| sourceScanIds | List<String> | - |
| splatData | AssetSplatData? | Splat data (null if asset type is not splat). |
| typedData | TypedAssetData | - |
| vpsData | AssetVpsData? | VPS data (null if asset type is not vps). |