DoubleAttributeValueDTO

A DTO that represents a Double AttributeValue.

Sub Type Property: "_type" : "Double"

Fields

Type
Name
Description
Optional
Default Value
Double  
value
The Double value of this attribute.
false
 
Boolean  
writable
The flag to indicate if this attribute is writable.
false
 
Boolean  
readable
The flag to indicate if this attribute is readable.
false
 
status
DTO that may contain status messages for the AttributeValue.
false
 

Example

{
	"_type": "Double",
	"value": 42.125,
	"writable": true,
	"readable": true,
	"status": null
}