lineCategory = $lineCategory; } public function getLineCategory() { return $this->lineCategory; } /** * @param Google_Service_Slides_LineProperties */ public function setLineProperties(Google_Service_Slides_LineProperties $lineProperties) { $this->lineProperties = $lineProperties; } /** * @return Google_Service_Slides_LineProperties */ public function getLineProperties() { return $this->lineProperties; } public function setLineType($lineType) { $this->lineType = $lineType; } public function getLineType() { return $this->lineType; } }