clusters = $clusters;
}
/**
* @return DiscoveryclustersClusters[]
*/
public function getClusters()
{
return $this->clusters;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param int
*/
public function setTotalClusters($totalClusters)
{
$this->totalClusters = $totalClusters;
}
/**
* @return int
*/
public function getTotalClusters()
{
return $this->totalClusters;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Discoveryclusters::class, 'Google_Service_Books_Discoveryclusters');