lists = $lists; } /** * @return Google_Service_Slides_SlidesList */ public function getLists() { return $this->lists; } /** * @param Google_Service_Slides_TextElement */ public function setTextElements($textElements) { $this->textElements = $textElements; } /** * @return Google_Service_Slides_TextElement */ public function getTextElements() { return $this->textElements; } }