Get Kubernetes Node Pools Result
data class GetKubernetesNodePoolsResult(val clusterId: String, val id: String, val ids: List<String>, val nodePoolName: String? = null, val nodepools: List<GetKubernetesNodePoolsNodepool>, val outputFile: String? = null)
A collection of values returned by getKubernetesNodePools.