Get Clusters Result
data class GetClustersResult(val clusters: List<GetClustersCluster>, val dbType: String? = null, val descriptionRegex: String? = null, val descriptions: List<String>, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null, val tags: Map<String, String>? = null)
A collection of values returned by getClusters.