ListClustersResponse constructor

ListClustersResponse({
  1. List<Cluster>? clusters,
  2. List<String>? missingZones,
})

Implementation

ListClustersResponse({
  this.clusters,
  this.missingZones,
});