Get Cloud Service Result
data class GetCloudServiceResult(val id: String, val location: String, val name: String, val properties: CloudServicePropertiesResponse, val systemData: SystemDataResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Describes the cloud service.