propertyOrdering property

List<String>? propertyOrdering
getter/setter pair

The order of the properties.

Not a standard field in open api spec. Only used to support the order of the properties.

Optional.

Implementation

core.List<core.String>? propertyOrdering;