kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Books_AnnotationsSummaryLayers */ public function setLayers($layers) { $this->layers = $layers; } /** * @return Google_Service_Books_AnnotationsSummaryLayers */ public function getLayers() { return $this->layers; } }