selectedRegions property

List<String>? selectedRegions
getter/setter pair

The list of regions from which the check will be run.

Some regions contain one location, and others contain more than one. If this field is specified, enough regions must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.

Implementation

core.List<core.String>? selectedRegions;