ListCloudVmClustersResponse constructor

ListCloudVmClustersResponse({
  1. List<CloudVmCluster>? cloudVmClusters,
  2. String? nextPageToken,
})

Implementation

ListCloudVmClustersResponse({
  this.cloudVmClusters,
  this.nextPageToken,
});