AssetModelProperty

Contains information about an asset model property.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data type of the asset model property.

Link copied to clipboard

The data type of the structure for this property. This parameter exists on properties that have the STRUCT data type.

Link copied to clipboard

The external ID (if any) provided in the CreateAssetModel or UpdateAssetModel operation. You can assign an external ID by specifying this value as part of a call to UpdateAssetModel. However, you can't change the external ID if one is already assigned. For more information, see Using external IDs in the IoT SiteWise User Guide.

Link copied to clipboard
val id: String?

The ID of the asset model property.

Link copied to clipboard

The name of the asset model property.

Link copied to clipboard

The structured path to the property from the root of the asset model.

Link copied to clipboard

The property type (see PropertyType).

Link copied to clipboard
val unit: String?

The unit of the asset model property, such as Newtons or RPM.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String