AssetModelPropertySummary

Contains a summary of a property associated with a model.

Types

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

Properties

Link copied to clipboard

The ID of the composite model that contains the asset model property.

Link copied to clipboard

The data type of the 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 of the property. For more information, see Using external IDs in the IoT SiteWise User Guide.

Link copied to clipboard
val id: String?

The ID of the property.

Link copied to clipboard

The name of the property.

Link copied to clipboard

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

Link copied to clipboard

Contains a property type, which can be one of attribute, measurement, metric, or transform.

Link copied to clipboard
val unit: String?

The unit (such as Newtons or RPM) of the property.

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