content = $content; } public function getContent() { return $this->content; } /** * @param Google_Service_Slides_TextStyle */ public function setStyle(Google_Service_Slides_TextStyle $style) { $this->style = $style; } /** * @return Google_Service_Slides_TextStyle */ public function getStyle() { return $this->style; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }