Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 406 Bytes

File metadata and controls

14 lines (6 loc) · 406 Bytes

DataTypeEnumValueEntry

Properties

Name Type Description Notes
name String Constant name.
value String Constant value, a decimal integer as a string, with no leading zeros. A string because the value may be negative or exceed 64 unsigned bits, which a JSON number cannot carry safely.