ListBareMetalNodePoolsResponse constructor

ListBareMetalNodePoolsResponse({
  1. List<BareMetalNodePool>? bareMetalNodePools,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListBareMetalNodePoolsResponse({
  this.bareMetalNodePools,
  this.nextPageToken,
  this.unreachable,
});