Get Db Clusters Result
data class GetDbClustersResult(val clusters: List<GetDbClustersCluster>, val id: String, val ids: List<String>, val outputFile: String? = null)
A collection of values returned by getDbClusters.
A collection of values returned by getDbClusters.