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