Node Pool Autoscaling Response
data class NodePoolAutoscalingResponse(val autoprovisioned: Boolean, val enabled: Boolean, val locationPolicy: String, val maxNodeCount: Int, val minNodeCount: Int, val totalMaxNodeCount: Int, val totalMinNodeCount: Int)
NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.