SetNodePoolSizeRequest constructor

SetNodePoolSizeRequest({
  1. String? clusterId,
  2. String? name,
  3. int? nodeCount,
  4. String? nodePoolId,
  5. String? projectId,
  6. String? zone,
})

Implementation

SetNodePoolSizeRequest({
  this.clusterId,
  this.name,
  this.nodeCount,
  this.nodePoolId,
  this.projectId,
  this.zone,
});