Specifies the name of the enum member. The following naming rules apply to the enum member name:
- The name can contain only alphanumeric characters.
- The name must start with the project name.
- The name must be unique within the driver.
Name
Specifies the name of the enum member. The following naming rules apply to the enum member name:
Value
Specifies the numeric value of the enum member. The value should be unique within the parent enum.