Detector Model Asset Property Variant
data class DetectorModelAssetPropertyVariant(val booleanValue: String? = null, val doubleValue: String? = null, val integerValue: String? = null, val stringValue: String? = null)
A structure that contains an asset property value. For more information, see Variant in the AWS IoT SiteWise API Reference.
Constructors
Link copied to clipboard
fun DetectorModelAssetPropertyVariant(booleanValue: String? = null, doubleValue: String? = null, integerValue: String? = null, stringValue: String? = null)