description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Plus_PlusAclentryResource */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Plus_PlusAclentryResource */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }