version property

List<String>? version
getter/setter pair

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

Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

Implementation

core.List<core.String>? version;