requestIpVersion property
Which IP version the request was made from. Possible string values are:
- "UNKNOWN_IP_VERSION" : Unset.
- "IP_V4" : Request made from an IPv4 IP address.
- "IP_V6" : Request made from an IPv6 IP address.
Implementation
core.String? requestIpVersion;