order property

int? order
getter/setter pair

The order of this field with respect to other fields in this tag.

It can be set in Tag. For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.

Output only.

Implementation

core.int? order;