LongAttributeValueDTO

A DTO that represents an Long AttributeValue.

Sub Type Property: "_type" : "Long"

Fields

Type
Name
Description
Optional
Default Value
Long  
value
The Long 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": "Long",
	"value": 42513584321275548,
	"writable": true,
	"readable": true,
	"status": null
}