Get Server Plans Result
data class GetServerPlansResult(val bandwidth: Int? = null, val core: Int? = null, val diskSize: Int? = null, val flow: Int? = null, val id: String, val ids: List<String>, val memory: Double? = null, val outputFile: String? = null, val plans: List<GetServerPlansPlan>, val platform: String? = null)
A collection of values returned by getServerPlans.