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