Get Web Service Result
data class GetWebServiceResult(val id: String, val location: String, val name: String, val properties: WebServicePropertiesForGraphResponse, val tags: Map<String, String>? = null, val type: String)
Instance of an Azure ML web service resource.