priority property

String? priority
getter/setter pair

The priority of this route.

Priority is used to break ties in cases where a destination matches more than one route. In these cases the route with the lowest-numbered priority value wins.

Output only.

Implementation

core.String? priority;