ListCloudVmClustersResponse constructor

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

Implementation

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