SetNodePoolManagementRequest constructor

SetNodePoolManagementRequest({
  1. String? clusterId,
  2. NodeManagement? management,
  3. String? name,
  4. String? nodePoolId,
  5. String? projectId,
  6. String? zone,
})

Implementation

SetNodePoolManagementRequest({
  this.clusterId,
  this.management,
  this.name,
  this.nodePoolId,
  this.projectId,
  this.zone,
});