TopicRuleAssetPropertyValue

data class TopicRuleAssetPropertyValue(val quality: String? = null, val timestamp: TopicRuleAssetPropertyTimestamp, val value: TopicRuleAssetPropertyVariant)

Constructors

Link copied to clipboard
constructor(quality: String? = null, timestamp: TopicRuleAssetPropertyTimestamp, value: TopicRuleAssetPropertyVariant)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val quality: String? = null

Optional. A string that describes the quality of the value. Accepts substitution templates. Must be GOOD , BAD , or UNCERTAIN .

Link copied to clipboard

The asset property value timestamp.

Link copied to clipboard

The value of the asset property.