Get Clusters Cluster Software Info
data class GetClustersClusterSoftwareInfo(val clusterType: String, val emrVer: String, val softwares: List<GetClustersClusterSoftwareInfoSoftware>)
Constructors
Link copied to clipboard
constructor(clusterType: String, emrVer: String, softwares: List<GetClustersClusterSoftwareInfoSoftware>)