clusters = $clusters; } /** * @return Google_Service_Books_DiscoveryclustersClusters */ public function getClusters() { return $this->clusters; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setTotalClusters($totalClusters) { $this->totalClusters = $totalClusters; } public function getTotalClusters() { return $this->totalClusters; } }