Get Asset Result
data class GetAssetResult(val assetArn: String? = null, val assetDescription: String? = null, val assetExternalId: String? = null, val assetHierarchies: List<AssetHierarchy>? = null, val assetId: String? = null, val assetModelId: String? = null, val assetName: String? = null, val assetProperties: List<AssetProperty>? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(assetArn: String? = null, assetDescription: String? = null, assetExternalId: String? = null, assetHierarchies: List<AssetHierarchy>? = null, assetId: String? = null, assetModelId: String? = null, assetName: String? = null, assetProperties: List<AssetProperty>? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
A description for the asset
Link copied to clipboard
The External ID of the asset
Link copied to clipboard
A list of asset hierarchies that each contain a hierarchyId
. A hierarchy specifies allowed parent/child asset relationships.
Link copied to clipboard
The ID of the asset model from which to create the asset.
Link copied to clipboard
The list of asset properties for the asset. This object doesn't include properties that you define in composite models. You can find composite model properties in the assetCompositeModels
object.