location property

List<String>? location
getter/setter pair

OPTIONAL: The set of locations to which this SLI is relevant.

Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.

Implementation

core.List<core.String>? location;