DescribeClustersResponse constructor

DescribeClustersResponse({
  1. List<Cluster>? clusters,
  2. String? nextToken,
})

Implementation

DescribeClustersResponse({
  this.clusters,
  this.nextToken,
});