ListClustersResponse constructor

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

Implementation

ListClustersResponse({
  this.clusters,
  this.failedLocations,
  this.nextPageToken,
});