Get Cloud Vm Clusters Result
data class GetCloudVmClustersResult(val cloudVmClusters: List<GetCloudVmClustersCloudVmCluster>, val id: String, val location: String, val project: String? = null)
A collection of values returned by getCloudVmClusters.
Constructors
Link copied to clipboard
constructor(cloudVmClusters: List<GetCloudVmClustersCloudVmCluster>, id: String, location: String, project: String? = null)