asns32 property

List<int>? asns32
getter/setter pair

ASNs in the path segment.

This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. When type is SEQUENCE, these are ordered.

Output only.

Implementation

core.List<core.int>? asns32;