restNumericEnums property

bool? restNumericEnums
getter/setter pair

When using transport=rest, the client request will encode enums as numbers rather than strings.

Implementation

core.bool? restNumericEnums;