IntegerAttributeValueDTO

A DTO that represents an Integer AttributeValue.

Sub Type Property: "_type" : "Integer"

Fields

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