ipAddressRanges property

List<String>? ipAddressRanges
getter/setter pair

A list of IP addresses.

This could be either IPv4 or IPv6. Limited to 100 per action.

Optional.

Implementation

core.List<core.String>? ipAddressRanges;