Get Istio Canonical Service Result
data class GetIstioCanonicalServiceResult(val canonicalService: String, val canonicalServiceNamespace: String, val displayName: String, val id: String, val meshUid: String, val name: String, val project: String? = null, val serviceId: String, val telemetries: List<GetIstioCanonicalServiceTelemetry>, val userLabels: Map<String, String>)
A collection of values returned by getIstioCanonicalService.