ListBareMetalClustersResponse constructor

ListBareMetalClustersResponse({
  1. List<BareMetalCluster>? bareMetalClusters,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListBareMetalClustersResponse({
  this.bareMetalClusters,
  this.nextPageToken,
  this.unreachable,
});