ListCloudVmClustersResponse constructor
ListCloudVmClustersResponse({
- List<
CloudVmCluster> ? cloudVmClusters, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListCloudVmClustersResponse({
this.cloudVmClusters,
this.nextPageToken,
this.unreachable,
});