Get Cluster Istio Service Result
data class GetClusterIstioServiceResult(val clusterName: String, val displayName: String, val id: String, val location: String, val name: String, val project: String? = null, val serviceId: String, val serviceName: String, val serviceNamespace: String, val telemetries: List<GetClusterIstioServiceTelemetry>, val userLabels: Map<String, String>)
A collection of values returned by getClusterIstioService.