Hierarchy
-
BaseItemData
- SerialData
Properties
Readonly
__createdAt
Date and time of creation.
Readonly
__createdBy
Object’s author.
Optional
Readonly
__deletedAt
Date and time of deletion.
Readonly __id
ID of the object.
__name
Name of the object.
Readonly
__updatedAt
Date and time of change.
Readonly
__updatedBy
Author of the last change.
Readonly id
Number in the UUID format.
Readonly name
Name.
Readonly
nextValue
Next number.
Readonly settings
Settings.
Readonly version
Version of the current counter.
Data of the Counter object
Data needed to set the counter’s increment. It also provides the counter’s next number.