ListNodePoolsResponse constructor

ListNodePoolsResponse({
  1. List<NodePool>? nodePools,
})

Implementation

ListNodePoolsResponse({
  this.nodePools,
});