ListClustersOutput constructor

ListClustersOutput({
  1. List<ClusterSummary>? clusters,
  2. String? marker,
})

Implementation

ListClustersOutput({
  this.clusters,
  this.marker,
});