Get Node Pool Result
data class GetNodePoolResult(val description: String, val id: String, val meta: Map<String, String>, val name: String, val schedulerConfigs: List<GetNodePoolSchedulerConfig>)
A collection of values returned by getNodePool.